forked from github/cordova-android
customizing droid gap
This commit is contained in:
parent
4820f7c030
commit
4282a3c3bf
@ -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>
|
||||
|
BIN
bin/DroidGap.apk
Normal file
BIN
bin/DroidGap.apk
Normal file
Binary file not shown.
BIN
bin/classes.dex
Normal file
BIN
bin/classes.dex
Normal file
Binary file not shown.
BIN
bin/com/android/droidgap/AccelTuple.class
Normal file
BIN
bin/com/android/droidgap/AccelTuple.class
Normal file
Binary file not shown.
BIN
bin/com/android/droidgap/DroidGap$MyWebChromeClient.class
Normal file
BIN
bin/com/android/droidgap/DroidGap$MyWebChromeClient.class
Normal file
Binary file not shown.
BIN
bin/com/android/droidgap/DroidGap.class
Normal file
BIN
bin/com/android/droidgap/DroidGap.class
Normal file
Binary file not shown.
BIN
bin/com/android/droidgap/GeoTuple.class
Normal file
BIN
bin/com/android/droidgap/GeoTuple.class
Normal file
Binary file not shown.
BIN
bin/com/android/droidgap/PhoneGap$1.class
Normal file
BIN
bin/com/android/droidgap/PhoneGap$1.class
Normal file
Binary file not shown.
BIN
bin/com/android/droidgap/PhoneGap$2.class
Normal file
BIN
bin/com/android/droidgap/PhoneGap$2.class
Normal file
Binary file not shown.
BIN
bin/com/android/droidgap/PhoneGap.class
Normal file
BIN
bin/com/android/droidgap/PhoneGap.class
Normal file
Binary file not shown.
BIN
bin/com/android/droidgap/R$attr.class
Normal file
BIN
bin/com/android/droidgap/R$attr.class
Normal file
Binary file not shown.
BIN
bin/com/android/droidgap/R$drawable.class
Normal file
BIN
bin/com/android/droidgap/R$drawable.class
Normal file
Binary file not shown.
BIN
bin/com/android/droidgap/R$id.class
Normal file
BIN
bin/com/android/droidgap/R$id.class
Normal file
Binary file not shown.
BIN
bin/com/android/droidgap/R$layout.class
Normal file
BIN
bin/com/android/droidgap/R$layout.class
Normal file
Binary file not shown.
BIN
bin/com/android/droidgap/R$string.class
Normal file
BIN
bin/com/android/droidgap/R$string.class
Normal file
Binary file not shown.
BIN
bin/com/android/droidgap/R.class
Normal file
BIN
bin/com/android/droidgap/R.class
Normal file
Binary file not shown.
BIN
bin/resources.ap_
Normal file
BIN
bin/resources.ap_
Normal file
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/");
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user