mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
added assets folder and modified gap.js file
gap.js modfied to get Android stuff working, can now read OS properties via javascript and phoenGap properties
This commit is contained in:
@@ -21,6 +21,7 @@ package com.nitobi.phonegap;
|
||||
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
public class AccelTuple {
|
||||
public long accelX;
|
||||
public long accelY;
|
||||
|
||||
Reference in New Issue
Block a user