mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-22 00:32:55 +08:00
Preparing for 2.4.0
This commit is contained in:
parent
fcc01bc37e
commit
db099e7722
@ -33,7 +33,7 @@
|
|||||||
<p class="event received">Device is Ready</p>
|
<p class="event received">Device is Ready</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript" src="cordova-2.4.0rc2.js"></script>
|
<script type="text/javascript" src="cordova-2.4.0.js"></script>
|
||||||
<script type="text/javascript" src="js/index.js"></script>
|
<script type="text/javascript" src="js/index.js"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
app.initialize();
|
app.initialize();
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Platform: android
|
// Platform: android
|
||||||
|
|
||||||
// commit e784eee3ce02dbd475e3c3f70031668f1706f2ec
|
// commit ac725f6ae0bd655789771e2a40b8d60cb4c8c221
|
||||||
|
|
||||||
// File generated at :: Wed Jan 30 2013 09:20:09 GMT-0500 (EST)
|
// File generated at :: Mon Feb 04 2013 10:59:03 GMT-0800 (PST)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Licensed to the Apache Software Foundation (ASF) under one
|
Licensed to the Apache Software Foundation (ASF) under one
|
||||||
@ -1665,6 +1665,7 @@ module.exports = {
|
|||||||
CELL_2G: "2g",
|
CELL_2G: "2g",
|
||||||
CELL_3G: "3g",
|
CELL_3G: "3g",
|
||||||
CELL_4G: "4g",
|
CELL_4G: "4g",
|
||||||
|
CELL:"cellular",
|
||||||
NONE: "none"
|
NONE: "none"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title></title>
|
<title></title>
|
||||||
<script src="cordova-2.4.0rc2.js"></script>
|
<script src="cordova-2.4.0.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ import android.telephony.TelephonyManager;
|
|||||||
public class Device extends CordovaPlugin {
|
public class Device extends CordovaPlugin {
|
||||||
public static final String TAG = "Device";
|
public static final String TAG = "Device";
|
||||||
|
|
||||||
public static String cordovaVersion = "2.4.0rc2"; // Cordova version
|
public static String cordovaVersion = "2.4.0"; // Cordova version
|
||||||
public static String platform = "Android"; // Device OS
|
public static String platform = "Android"; // Device OS
|
||||||
public static String uuid; // Device UUID
|
public static String uuid; // Device UUID
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user