forked from github/cordova-android
Update version to 0.9.6.1
This commit is contained in:
parent
4b647fc58d
commit
c98b758e94
@ -5,8 +5,8 @@
|
|||||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
||||||
<title>PhoneGap</title>
|
<title>PhoneGap</title>
|
||||||
<link rel="stylesheet" href="master.css" type="text/css" media="screen" title="no title" charset="utf-8">
|
<link rel="stylesheet" href="master.css" type="text/css" media="screen" title="no title" charset="utf-8">
|
||||||
<script type="text/javascript" charset="utf-8" src="phonegap.0.9.6.min.js"></script>
|
<script type="text/javascript" charset="utf-8" src="phonegap.0.9.6.1.min.js"></script>
|
||||||
<script type="text/javascript" charset="utf-8" src="main.js"></script>
|
<script type="text/javascript" charset="utf-8" src="main.js"></script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body onload="init();" id="stage" class="theme">
|
<body onload="init();" id="stage" class="theme">
|
||||||
@ -31,8 +31,8 @@
|
|||||||
<a href="#" class="btn large" onclick="show_pic();">Get a Picture</a>
|
<a href="#" class="btn large" onclick="show_pic();">Get a Picture</a>
|
||||||
<a href="#" class="btn large" onclick="get_contacts();">Get Phone's Contacts</a>
|
<a href="#" class="btn large" onclick="get_contacts();">Get Phone's Contacts</a>
|
||||||
<a href="#" class="btn large" onclick="check_network();">Check Network</a>
|
<a href="#" class="btn large" onclick="check_network();">Check Network</a>
|
||||||
<div id="viewport" class="viewport" style="display: none;">
|
<div id="viewport" class="viewport" style="display: none;">
|
||||||
<img style="width:60px;height:60px" id="test_img" src="" />
|
<img style="width:60px;height:60px" id="test_img" src="" />
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title></title>
|
<title></title>
|
||||||
<script src="phonegap.0.9.6.min.js"></script>
|
<script src="phonegap.0.9.6.1.min.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ import android.provider.Settings;
|
|||||||
|
|
||||||
public class Device extends Plugin {
|
public class Device extends Plugin {
|
||||||
|
|
||||||
public static String phonegapVersion = "0.9.6"; // PhoneGap version
|
public static String phonegapVersion = "0.9.6.1"; // PhoneGap 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