|
@@ -0,0 +1,147 @@
|
|
|
+<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
+ <permissions>
|
|
|
+ <uses-permission android:name="android.permission.INTERNET" />
|
|
|
+ <uses-permission android:name="android.permission.READ_PHONE_STATE" />
|
|
|
+ <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
|
|
|
+ <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
|
+ <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
|
+ <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
|
|
|
+ <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
|
+ <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
|
|
|
+ <uses-permission android:name="android.permission.INTERNET" />
|
|
|
+ <uses-permission android:name="android.permission.READ_PHONE_STATE" />
|
|
|
+ <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
|
|
|
+ <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
|
+ <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
|
|
+ <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
|
|
|
+ <uses-permission android:name="android.permission.BLUETOOTH"/>
|
|
|
+ </permissions>
|
|
|
+
|
|
|
+ <application>
|
|
|
+ <uses-library android:name="org.apache.http.legacy" android:required="false"/>
|
|
|
+ <activity
|
|
|
+ android:name="com.jmhy.sdk.activity.JmLoginActivity"
|
|
|
+ android:screenOrientation="behind"
|
|
|
+ android:launchMode="singleTop"
|
|
|
+ android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
+ android:theme="@style/jm_Transparent" />
|
|
|
+ <activity
|
|
|
+ android:name="com.jmhy.sdk.activity.JmAutoLoginActivity"
|
|
|
+ android:screenOrientation="behind"
|
|
|
+ android:launchMode="singleTop"
|
|
|
+ android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
+ android:theme="@style/jm_Transparent" />
|
|
|
+ <activity
|
|
|
+ android:name="com.jmhy.sdk.activity.JmUserinfoActivity"
|
|
|
+ android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
+ android:screenOrientation="behind"
|
|
|
+ android:launchMode="singleTop"
|
|
|
+ android:theme="@style/jm_Transparent" />
|
|
|
+ <activity
|
|
|
+ android:name="com.jmhy.sdk.activity.JmpayActivity"
|
|
|
+ android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
+ android:screenOrientation="behind"
|
|
|
+ android:launchMode="singleTop"
|
|
|
+ android:theme="@style/jm_Transparent" />
|
|
|
+ <activity
|
|
|
+ android:name="com.jmhy.sdk.activity.JmCommunityActivity"
|
|
|
+ android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:launchMode="singleTop"
|
|
|
+ android:theme="@android:style/Theme.Holo.Light.NoActionBar.Fullscreen" />
|
|
|
+ <activity
|
|
|
+ android:name="com.jmhy.sdk.activity.PermissionActivity"
|
|
|
+ android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
+ android:screenOrientation="behind"
|
|
|
+ android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" />
|
|
|
+ <activity
|
|
|
+ android:name="com.jmhy.sdk.activity.ForceActivity"
|
|
|
+ android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
+ android:screenOrientation="behind"
|
|
|
+ android:launchMode="singleTop"
|
|
|
+ android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" />
|
|
|
+
|
|
|
+ <service android:name="com.jmhy.sdk.push.PushService" />
|
|
|
+
|
|
|
+ <!-- SDK界面 -->
|
|
|
+ <activity
|
|
|
+ android:name="com.bluestacks.sdk.activity.BSSDKShowActivity"
|
|
|
+ android:configChanges="keyboard|keyboardHidden|layoutDirection|smallestScreenSize|locale|orientation|screenLayout|screenSize"
|
|
|
+ android:launchMode="singleTop"
|
|
|
+ android:screenOrientation="behind"
|
|
|
+ android:theme="@style/Theme.MyDialog" />
|
|
|
+ <activity
|
|
|
+ android:name="com.bluestacks.sdk.activity.BSSDKWebViewActivity"
|
|
|
+ android:configChanges="keyboard|keyboardHidden|layoutDirection|smallestScreenSize|locale|orientation|screenLayout|screenSize"
|
|
|
+ android:launchMode="singleTop"
|
|
|
+ android:screenOrientation="behind" />
|
|
|
+ <activity
|
|
|
+ android:name="com.bluestacks.sdk.activity.webview.ActionActivity"
|
|
|
+ android:configChanges="keyboard|keyboardHidden|layoutDirection|smallestScreenSize|locale|orientation|screenLayout|screenSize"
|
|
|
+ android:launchMode="singleTop"
|
|
|
+ android:screenOrientation="behind" />
|
|
|
+ <activity
|
|
|
+ android:name="com.bluestacks.sdk.activity.AlertDialogActivity"
|
|
|
+ android:configChanges="keyboard|keyboardHidden|layoutDirection|smallestScreenSize|locale|orientation|screenLayout|screenSize"
|
|
|
+ android:launchMode="singleTop"
|
|
|
+ android:screenOrientation="behind"
|
|
|
+ android:theme="@android:style/Theme.DeviceDefault.Dialog.NoActionBar.MinWidth" />
|
|
|
+ <activity
|
|
|
+ android:name="com.bluestacks.sdk.activity.DialogInfoActivity"
|
|
|
+ android:configChanges="keyboard|keyboardHidden|layoutDirection|smallestScreenSize|locale|orientation|screenLayout|screenSize"
|
|
|
+ android:launchMode="singleTop"
|
|
|
+ android:screenOrientation="behind"
|
|
|
+ android:theme="@android:style/Theme.DeviceDefault.Dialog.NoActionBar.MinWidth" />
|
|
|
+ <activity
|
|
|
+ android:name="com.bluestacks.sdk.activity.IDBindActivity"
|
|
|
+ android:configChanges="keyboard|keyboardHidden|layoutDirection|smallestScreenSize|locale|orientation|screenLayout|screenSize"
|
|
|
+ android:launchMode="singleTop"
|
|
|
+ android:screenOrientation="behind"
|
|
|
+ android:theme="@android:style/Theme.DeviceDefault.Dialog.NoActionBar.MinWidth" />
|
|
|
+ <activity
|
|
|
+ android:name="com.bluestacks.sdk.ui.slidingview.SlideViewActivity"
|
|
|
+ android:configChanges="keyboard|keyboardHidden|layoutDirection|smallestScreenSize|locale|orientation|screenLayout|screenSize"
|
|
|
+ android:launchMode="singleTop"
|
|
|
+ android:screenOrientation="behind"
|
|
|
+ android:theme="@style/Theme.MinWidth" />
|
|
|
+
|
|
|
+ <!-- 支付宝支付 -->
|
|
|
+ <activity
|
|
|
+ android:name="com.alipay.sdk.app.H5PayActivity"
|
|
|
+ android:configChanges="keyboard|keyboardHidden|layoutDirection|smallestScreenSize|locale|orientation|screenLayout|screenSize"
|
|
|
+ android:exported="false"
|
|
|
+ android:screenOrientation="behind"
|
|
|
+ android:windowSoftInputMode="adjustResize|stateHidden" />
|
|
|
+ <activity
|
|
|
+ android:name="com.alipay.sdk.app.H5AuthActivity"
|
|
|
+ android:configChanges="keyboard|keyboardHidden|layoutDirection|smallestScreenSize|locale|orientation|screenLayout|screenSize"
|
|
|
+ android:exported="false"
|
|
|
+ android:screenOrientation="behind"
|
|
|
+ android:windowSoftInputMode="adjustResize|stateHidden" />
|
|
|
+
|
|
|
+ <!-- 现在支付 -->
|
|
|
+ <activity
|
|
|
+ android:name="com.ipaynow.plugin.presenter.PayMethodActivity"
|
|
|
+ android:configChanges="keyboard|keyboardHidden|layoutDirection|smallestScreenSize|locale|orientation|screenLayout|screenSize"
|
|
|
+ android:exported="false"
|
|
|
+ android:screenOrientation="behind"
|
|
|
+ android:theme="@android:style/Theme.Dialog" />
|
|
|
+ <activity
|
|
|
+ android:name="com.ipaynow.plugin.inner_plugin.alipaywp.activity.AlipayNotifyActivity"
|
|
|
+ android:configChanges="keyboard|keyboardHidden|layoutDirection|smallestScreenSize|locale|orientation|screenLayout|screenSize"
|
|
|
+ android:exported="false"
|
|
|
+ android:launchMode="singleTop"
|
|
|
+ android:screenOrientation="behind"
|
|
|
+ android:theme="@android:style/Theme.Dialog" />
|
|
|
+
|
|
|
+ <provider
|
|
|
+ android:name="android.support.v4.content.FileProvider"
|
|
|
+ android:authorities="${applicationId}.provider"
|
|
|
+ android:exported="false"
|
|
|
+ android:grantUriPermissions="true">
|
|
|
+ <meta-data
|
|
|
+ android:name="android.support.FILE_PROVIDER_PATHS"
|
|
|
+ android:resource="@xml/paths" />
|
|
|
+ </provider>
|
|
|
+ </application>
|
|
|
+</manifest>
|