mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-11 00:00:05 +08:00
Initial commit of the Android PhoneGap Code
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.android.droidgap;
|
||||
|
||||
public class AccelTuple {
|
||||
public long accelX;
|
||||
public long accelY;
|
||||
public long accelZ;
|
||||
}
|
||||
Reference in New Issue
Block a user