|
@@ -0,0 +1,133 @@
|
|
|
|
+<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
+ <permissions>
|
|
|
|
+
|
|
|
|
+ <!--mdid-->
|
|
|
|
+ <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
|
|
+ <uses-permission android:name="android.permission.READ_PHONE_STATE" />
|
|
|
|
+ <uses-permission android:name="android.permission.INTERNET" />
|
|
|
|
+ <uses-permission android:name="com.asus.msa.SupplementaryDID.ACCESS" />
|
|
|
|
+ <!--alipay-->
|
|
|
|
+ <uses-permission android:name="android.permission.INTERNET" />
|
|
|
|
+ <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
|
|
+ <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
|
|
|
|
+
|
|
|
|
+ <!-- TODO SDK接入必须权限模块 START -->
|
|
|
|
+ <uses-permission android:name="ANDROID.PERMISSION.MOUNT_UNMOUNT_FILESYSTEMS" />
|
|
|
|
+ <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
|
|
+ <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
|
|
|
+ <uses-permission android:name="android.permission.INTERNET" />
|
|
|
|
+ <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
|
|
|
|
+ <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
|
|
+ <uses-permission android:name="android.permission.READ_PHONE_STATE" />
|
|
|
|
+ <uses-permission android:name="ANDROID.PERMISSION.WRITE_SETTINGS" />
|
|
|
|
+ <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
|
|
|
|
+
|
|
|
|
+ <uses-permission android:name="android.permission.VIBRATE" />
|
|
|
|
+ <uses-permission android:name="android.webkit.permission.PLUGIN" />
|
|
|
|
+ <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
|
|
|
|
+ <uses-permission android:name="android.permission.DOWNLOAD_WITHOUT_NOTIFICAT ION" />
|
|
|
|
+ <uses-permission android:name="android.permission.GET_TASKS" />
|
|
|
|
+ <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
|
|
|
|
+ <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
|
|
|
|
+ <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
|
|
|
|
+ <uses-permission android:name="android.permission.RESTART_PACKAGES" />
|
|
|
|
+ <uses-permission android:name="android.permission.BLUETOOTH" />
|
|
|
|
+ <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
|
|
|
|
+ <uses-permission android:name="android.permission.READ_LOGS" />
|
|
|
|
+ <uses-permission android:name="android.permission.CHANGE_CONFIGURATION" />
|
|
|
|
+ <uses-permission android:name="android.permission.KILL_BACKGROUND_PROCESSES" />
|
|
|
|
+ <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
|
|
|
|
+ <uses-permission android:name="android.permission.CALL_PHONE" />
|
|
|
|
+ <uses-permission android:name="android.permission.REORDER_TASKS" />
|
|
|
|
+
|
|
|
|
+ </permissions>
|
|
|
|
+
|
|
|
|
+ <application>
|
|
|
|
+ <uses-library
|
|
|
|
+ android:name="org.apache.http.legacy"
|
|
|
|
+ android:required="false" />
|
|
|
|
+
|
|
|
|
+ <activity
|
|
|
|
+ android:name="com.alipay.sdk.app.H5PayActivity"
|
|
|
|
+ android:configChanges="orientation|keyboardHidden|navigation"
|
|
|
|
+ android:exported="false"
|
|
|
|
+ android:screenOrientation="behind" />
|
|
|
|
+ <activity
|
|
|
|
+ android:name="com.alipay.sdk.app.H5AuthActivity"
|
|
|
|
+ android:configChanges="orientation|keyboardHidden|navigation"
|
|
|
|
+ android:exported="false"
|
|
|
|
+ android:screenOrientation="behind" />
|
|
|
|
+ <activity
|
|
|
|
+ android:name="com.alipay.sdk.app.PayResultActivity"
|
|
|
|
+ android:configChanges="orientation|keyboardHidden|navigation"
|
|
|
|
+ android:exported="true"
|
|
|
|
+ android:launchMode="singleInstance"
|
|
|
|
+ android:theme="@android:style/Theme.Translucent.NoTitleBar">
|
|
|
|
+ <intent-filter>
|
|
|
|
+ <category android:name="android.intent.category.DEFAULT" />
|
|
|
|
+ </intent-filter>
|
|
|
|
+ </activity>
|
|
|
|
+ <activity
|
|
|
|
+ android:name="com.alipay.sdk.app.AlipayResultActivity"
|
|
|
|
+ android:exported="true"
|
|
|
|
+ android:launchMode="singleTask"
|
|
|
|
+ android:theme="@android:style/Theme.Translucent.NoTitleBar" />
|
|
|
|
+
|
|
|
|
+ <activity
|
|
|
|
+ android:name="com.wett.cooperation.container.DefaultActivity"
|
|
|
|
+ android:theme="@android:style/Theme.NoTitleBar">
|
|
|
|
+ <intent-filter>
|
|
|
|
+ <action android:name="com.wett.cooperation.action.startactivity" />
|
|
|
|
+ <category android:name="android.intent.category.DEFAULT" />
|
|
|
|
+ </intent-filter>
|
|
|
|
+ </activity>
|
|
|
|
+ <activity
|
|
|
|
+ android:name="com.yiyou.gamesdk.container.MainActivity"
|
|
|
|
+ android:configChanges="screenSize|orientation|keyboardHidden"
|
|
|
|
+ android:launchMode="singleTask"
|
|
|
|
+ android:screenOrientation="behind"
|
|
|
|
+ android:theme="@android:style/Theme.Translucent"
|
|
|
|
+ android:windowSoftInputMode="stateAlwaysHidden|adjustResize" />
|
|
|
|
+
|
|
|
|
+ <service android:name="com.yiyou.gamesdk.container.FloatService" />
|
|
|
|
+
|
|
|
|
+ <provider
|
|
|
|
+ android:name="android.support.v4.content.FileProvider"
|
|
|
|
+ android:authorities="${applicationId}.fileprovider"
|
|
|
|
+ android:exported="false"
|
|
|
|
+ android:grantUriPermissions="true">
|
|
|
|
+ <meta-data
|
|
|
|
+ android:name="android.support.FILE_PROVIDER_PATHS"
|
|
|
|
+ android:resource="@xml/sdkfilepaths" />
|
|
|
|
+ </provider>
|
|
|
|
+
|
|
|
|
+ <!-- 现在支付 -->
|
|
|
|
+ <activity
|
|
|
|
+ android:name="com.ipaynow.plugin.presenter.PayMethodActivity"
|
|
|
|
+ android:configChanges="keyboardHidden|navigation|orientation|screenSize"
|
|
|
|
+ android:exported="false"
|
|
|
|
+ android:screenOrientation="portrait"
|
|
|
|
+ android:theme="@android:style/Theme.Dialog" />
|
|
|
|
+ <!-- 银联 -->
|
|
|
|
+ <activity
|
|
|
|
+ android:name="com.unionpay.uppay.PayActivity"
|
|
|
|
+ android:configChanges="orientation|keyboardHidden"
|
|
|
|
+ android:excludeFromRecents="true"
|
|
|
|
+ android:screenOrientation="portrait"
|
|
|
|
+ android:windowSoftInputMode="adjustResize" />
|
|
|
|
+ <activity
|
|
|
|
+ android:name="com.unionpay.UPPayWapActivity"
|
|
|
|
+ android:configChanges="orientation|keyboardHidden"
|
|
|
|
+ android:screenOrientation="portrait"
|
|
|
|
+ android:windowSoftInputMode="adjustResize" />
|
|
|
|
+ <!-- 微信简版 -->
|
|
|
|
+ <activity
|
|
|
|
+ android:name="com.ipaynow.plugin.inner_plugin.wechatwp.activity.WeChatNotifyActivity"
|
|
|
|
+ android:configChanges="orientation|keyboardHidden|keyboard|smallestScreenSize|locale|screenLayout"
|
|
|
|
+ android:exported="false"
|
|
|
|
+ android:launchMode="singleTop"
|
|
|
|
+ android:screenOrientation="behind"
|
|
|
|
+ android:theme="@android:style/Theme.Dialog" />
|
|
|
|
+
|
|
|
|
+ </application>
|
|
|
|
+</manifest>
|