2012-03-24 05:56:55 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2012-05-08 01:56:37 +08:00
|
|
|
<!--
|
|
|
|
Licensed to the Apache Software Foundation (ASF) under one
|
|
|
|
or more contributor license agreements. See the NOTICE file
|
|
|
|
distributed with this work for additional information
|
|
|
|
regarding copyright ownership. The ASF licenses this file
|
|
|
|
to you under the Apache License, Version 2.0 (the
|
|
|
|
"License"); you may not use this file except in compliance
|
|
|
|
with the License. You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing,
|
|
|
|
software distributed under the License is distributed on an
|
|
|
|
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
|
|
KIND, either express or implied. See the License for the
|
|
|
|
specific language governing permissions and limitations
|
|
|
|
under the License.
|
|
|
|
-->
|
2012-03-31 00:37:29 +08:00
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:windowSoftInputMode="adjustPan"
|
2013-01-24 04:13:07 +08:00
|
|
|
package="org.apache.cordova.test" android:versionName="1.0" android:versionCode="1">
|
2012-03-24 05:56:55 +08:00
|
|
|
<supports-screens
|
|
|
|
android:largeScreens="true"
|
|
|
|
android:normalScreens="true"
|
|
|
|
android:smallScreens="true"
|
2012-04-05 04:38:35 +08:00
|
|
|
android:xlargeScreens="true"
|
2012-03-24 05:56:55 +08:00
|
|
|
android:resizeable="true"
|
|
|
|
android:anyDensity="true"
|
|
|
|
/>
|
|
|
|
|
|
|
|
<uses-permission android:name="android.permission.VIBRATE" />
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS" />
|
|
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
|
|
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
|
|
|
|
<uses-permission android:name="android.permission.RECEIVE_SMS" />
|
|
|
|
<uses-permission android:name="android.permission.RECORD_AUDIO" />
|
|
|
|
<uses-permission android:name="android.permission.RECORD_VIDEO"/>
|
|
|
|
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
|
|
|
|
<uses-permission android:name="android.permission.READ_CONTACTS" />
|
|
|
|
<uses-permission android:name="android.permission.WRITE_CONTACTS" />
|
|
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
|
|
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
|
|
|
|
<uses-permission android:name="android.permission.BROADCAST_STICKY" />
|
2012-04-05 04:38:35 +08:00
|
|
|
|
2013-07-15 09:39:55 +08:00
|
|
|
<uses-sdk android:minSdkVersion="8" />
|
2012-03-24 05:56:55 +08:00
|
|
|
|
|
|
|
<instrumentation
|
|
|
|
android:name="android.test.InstrumentationTestRunner"
|
|
|
|
android:targetPackage="org.apache.cordova.test" />
|
|
|
|
|
|
|
|
<application
|
2012-04-11 07:01:53 +08:00
|
|
|
android:icon="@drawable/icon"
|
2012-03-24 05:56:55 +08:00
|
|
|
android:label="@string/app_name" >
|
|
|
|
<uses-library android:name="android.test.runner" />
|
|
|
|
<activity
|
|
|
|
android:windowSoftInputMode="adjustPan"
|
|
|
|
android:label="@string/app_name"
|
|
|
|
android:configChanges="orientation|keyboardHidden"
|
2013-11-07 07:04:47 +08:00
|
|
|
android:name="org.apache.cordova.test.CordovaWebViewTestActivity" >
|
2012-03-24 05:56:55 +08:00
|
|
|
<intent-filter >
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
|
|
|
<activity
|
|
|
|
android:windowSoftInputMode="adjustPan"
|
|
|
|
android:label="@string/app_name"
|
|
|
|
android:configChanges="orientation|keyboardHidden"
|
2013-11-07 07:04:47 +08:00
|
|
|
android:name="org.apache.cordova.test.background" >
|
2012-03-24 05:56:55 +08:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.SAMPLE_CODE" />
|
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
|
|
|
<activity
|
|
|
|
android:windowSoftInputMode="adjustPan"
|
2013-07-16 04:51:27 +08:00
|
|
|
android:label="@string/app_name"
|
|
|
|
android:configChanges="orientation|keyboardHidden"
|
2013-11-07 07:04:47 +08:00
|
|
|
android:name="org.apache.cordova.test.backgroundcolor" >
|
2013-07-16 04:51:27 +08:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.SAMPLE_CODE" />
|
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
|
|
|
<activity
|
|
|
|
android:windowSoftInputMode="adjustPan"
|
2012-03-24 05:56:55 +08:00
|
|
|
android:label="@string/app_name"
|
|
|
|
android:configChanges="orientation|keyboardHidden"
|
2013-11-07 07:04:47 +08:00
|
|
|
android:name="org.apache.cordova.test.basicauth" >
|
2012-11-03 07:15:51 +08:00
|
|
|
<intent-filter>
|
2012-03-24 05:56:55 +08:00
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.SAMPLE_CODE" />
|
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
|
|
|
<activity
|
|
|
|
android:windowSoftInputMode="adjustPan"
|
|
|
|
android:label="@string/app_name"
|
|
|
|
android:configChanges="orientation|keyboardHidden"
|
2013-11-07 07:04:47 +08:00
|
|
|
android:name="org.apache.cordova.test.CordovaActivity" >
|
2012-03-24 05:56:55 +08:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.SAMPLE_CODE" />
|
|
|
|
</intent-filter>
|
2012-04-11 06:53:40 +08:00
|
|
|
</activity>
|
2012-11-03 07:15:51 +08:00
|
|
|
<activity
|
|
|
|
android:windowSoftInputMode="adjustPan"
|
|
|
|
android:label="@string/app_name"
|
|
|
|
android:configChanges="orientation|keyboardHidden"
|
2013-11-07 07:04:47 +08:00
|
|
|
android:name="org.apache.cordova.test.CordovaDriverAction" >
|
2012-11-03 07:15:51 +08:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.SAMPLE_CODE" />
|
|
|
|
</intent-filter>
|
2012-03-31 00:37:29 +08:00
|
|
|
</activity>
|
2012-11-03 07:15:51 +08:00
|
|
|
<activity
|
|
|
|
android:windowSoftInputMode="adjustPan"
|
|
|
|
android:label="@string/app_name"
|
|
|
|
android:configChanges="orientation|keyboardHidden"
|
2013-11-07 07:04:47 +08:00
|
|
|
android:name="org.apache.cordova.test.errorurl" >
|
2012-11-03 07:15:51 +08:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.SAMPLE_CODE" />
|
|
|
|
</intent-filter>
|
2012-03-31 00:37:29 +08:00
|
|
|
</activity>
|
2012-11-03 07:15:51 +08:00
|
|
|
<activity
|
|
|
|
android:windowSoftInputMode="adjustPan"
|
|
|
|
android:label="@string/app_name"
|
|
|
|
android:configChanges="orientation|keyboardHidden"
|
2013-11-07 07:04:47 +08:00
|
|
|
android:name="org.apache.cordova.test.fullscreen" >
|
2012-11-03 07:15:51 +08:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.SAMPLE_CODE" />
|
|
|
|
</intent-filter>
|
2012-03-31 00:37:29 +08:00
|
|
|
</activity>
|
2012-11-03 07:15:51 +08:00
|
|
|
<activity
|
|
|
|
android:windowSoftInputMode="adjustPan"
|
|
|
|
android:label="@string/app_name"
|
|
|
|
android:configChanges="orientation|keyboardHidden"
|
2013-11-07 07:04:47 +08:00
|
|
|
android:name="org.apache.cordova.test.htmlnotfound" >
|
2012-11-03 07:15:51 +08:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.SAMPLE_CODE" />
|
|
|
|
</intent-filter>
|
2012-03-31 00:37:29 +08:00
|
|
|
</activity>
|
2012-11-03 07:15:51 +08:00
|
|
|
<activity
|
|
|
|
android:windowSoftInputMode="adjustPan"
|
|
|
|
android:label="@string/app_name"
|
|
|
|
android:configChanges="orientation|keyboardHidden"
|
2013-11-07 07:04:47 +08:00
|
|
|
android:name="org.apache.cordova.test.iframe" >
|
2012-11-03 07:15:51 +08:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.SAMPLE_CODE" />
|
|
|
|
</intent-filter>
|
2012-03-31 00:37:29 +08:00
|
|
|
</activity>
|
2012-11-03 07:15:51 +08:00
|
|
|
<activity
|
|
|
|
android:windowSoftInputMode="adjustPan"
|
|
|
|
android:label="@string/app_name"
|
|
|
|
android:configChanges="orientation|keyboardHidden"
|
2013-11-07 07:04:47 +08:00
|
|
|
android:name="org.apache.cordova.test.lifecycle" >
|
2012-11-03 07:15:51 +08:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.SAMPLE_CODE" />
|
|
|
|
</intent-filter>
|
2012-03-31 00:37:29 +08:00
|
|
|
</activity>
|
2012-11-03 07:15:51 +08:00
|
|
|
<activity
|
|
|
|
android:windowSoftInputMode="adjustPan"
|
|
|
|
android:label="@string/app_name"
|
|
|
|
android:configChanges="orientation|keyboardHidden"
|
2013-11-07 07:04:47 +08:00
|
|
|
android:name="org.apache.cordova.test.loading" >
|
2012-11-03 07:15:51 +08:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.SAMPLE_CODE" />
|
|
|
|
</intent-filter>
|
2012-03-31 00:37:29 +08:00
|
|
|
</activity>
|
2012-11-03 07:15:51 +08:00
|
|
|
<activity
|
|
|
|
android:windowSoftInputMode="adjustPan"
|
|
|
|
android:label="@string/app_name"
|
|
|
|
android:configChanges="orientation|keyboardHidden"
|
2013-11-07 07:04:47 +08:00
|
|
|
android:name="org.apache.cordova.test.menus" >
|
2012-11-03 07:15:51 +08:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.SAMPLE_CODE" />
|
|
|
|
</intent-filter>
|
2012-03-31 00:37:29 +08:00
|
|
|
</activity>
|
2012-11-03 07:15:51 +08:00
|
|
|
<activity
|
|
|
|
android:windowSoftInputMode="adjustPan"
|
|
|
|
android:label="@string/app_name"
|
|
|
|
android:configChanges="orientation|keyboardHidden"
|
2013-11-07 07:04:47 +08:00
|
|
|
android:name="org.apache.cordova.test.splashscreen" >
|
2012-11-03 07:15:51 +08:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.SAMPLE_CODE" />
|
|
|
|
</intent-filter>
|
2012-03-31 00:37:29 +08:00
|
|
|
</activity>
|
2012-11-03 07:15:51 +08:00
|
|
|
<activity
|
|
|
|
android:windowSoftInputMode="adjustPan"
|
|
|
|
android:label="@string/app_name"
|
|
|
|
android:configChanges="orientation|keyboardHidden"
|
2013-11-07 07:04:47 +08:00
|
|
|
android:name="org.apache.cordova.test.tests" >
|
2012-11-03 07:15:51 +08:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.SAMPLE_CODE" />
|
|
|
|
</intent-filter>
|
2012-03-31 00:37:29 +08:00
|
|
|
</activity>
|
2012-11-03 07:15:51 +08:00
|
|
|
<activity
|
|
|
|
android:windowSoftInputMode="adjustPan"
|
|
|
|
android:label="@string/app_name"
|
|
|
|
android:configChanges="orientation|keyboardHidden"
|
2013-11-07 07:04:47 +08:00
|
|
|
android:name="org.apache.cordova.test.timeout" >
|
2012-11-03 07:15:51 +08:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.SAMPLE_CODE" />
|
|
|
|
</intent-filter>
|
2012-03-31 00:37:29 +08:00
|
|
|
</activity>
|
2012-11-03 07:15:51 +08:00
|
|
|
<activity
|
|
|
|
android:windowSoftInputMode="adjustPan"
|
|
|
|
android:label="@string/app_name"
|
|
|
|
android:configChanges="orientation|keyboardHidden"
|
2013-11-07 07:04:47 +08:00
|
|
|
android:name="org.apache.cordova.test.userwebview" >
|
2012-11-03 07:15:51 +08:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.SAMPLE_CODE" />
|
|
|
|
</intent-filter>
|
2012-05-17 04:13:42 +08:00
|
|
|
</activity>
|
2012-11-03 07:15:51 +08:00
|
|
|
<activity
|
|
|
|
android:windowSoftInputMode="adjustPan"
|
|
|
|
android:label="@string/app_name"
|
|
|
|
android:configChanges="orientation|keyboardHidden"
|
2013-11-07 07:04:47 +08:00
|
|
|
android:name="org.apache.cordova.test.whitelist" >
|
2012-11-03 07:15:51 +08:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.SAMPLE_CODE" />
|
|
|
|
</intent-filter>
|
2012-05-17 04:49:25 +08:00
|
|
|
</activity>
|
2012-11-03 07:15:51 +08:00
|
|
|
<activity
|
|
|
|
android:windowSoftInputMode="adjustPan"
|
|
|
|
android:label="@string/app_name"
|
|
|
|
android:configChanges="orientation|keyboardHidden"
|
2013-11-07 07:04:47 +08:00
|
|
|
android:name="org.apache.cordova.test.xhr" >
|
2012-11-03 07:15:51 +08:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.SAMPLE_CODE" />
|
|
|
|
</intent-filter>
|
2012-05-17 05:47:02 +08:00
|
|
|
</activity>
|
2012-11-15 05:22:58 +08:00
|
|
|
<activity
|
|
|
|
android:windowSoftInputMode="adjustPan"
|
|
|
|
android:label="@string/app_name"
|
|
|
|
android:configChanges="orientation|keyboardHidden"
|
2013-11-07 07:04:47 +08:00
|
|
|
android:name="org.apache.cordova.test.backbuttonmultipage" >
|
2012-11-15 05:22:58 +08:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.SAMPLE_CODE" />
|
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
2013-11-12 05:19:01 +08:00
|
|
|
</application>
|
2012-03-31 00:37:29 +08:00
|
|
|
</manifest>
|