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:
Fred Grott
2009-01-13 11:26:10 -06:00
committed by fredgrott
parent 1e19ed6bcf
commit ee2d4f7200
2 changed files with 263 additions and 0 deletions
+1
View File
@@ -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;