mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
customizing droid gap
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@
|
||||
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
|
||||
<application android:icon="@drawable/icon" android:label="@string/app_name">
|
||||
<application android:icon="@drawable/icon" android:debuggable="true">
|
||||
<activity android:name=".DroidGap"
|
||||
android:label="@string/app_name">
|
||||
<intent-filter>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 5.0 KiB |
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="hello">Hello World, DroidGap</string>
|
||||
<string name="app_name">Droid Gap</string>
|
||||
<string name="app_name">TransLink</string>
|
||||
</resources>
|
||||
|
||||
@@ -40,7 +40,7 @@ public class DroidGap extends Activity {
|
||||
* we can use HTML with both local and remote applications, but it means that we have to open the local file
|
||||
*/
|
||||
|
||||
appView.loadUrl("http://www.infil00p.org/gap/demo/");
|
||||
appView.loadUrl("http://m.translink.ca/app/");
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user