|
@@ -0,0 +1,162 @@
|
|
|
|
+<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.BLUETOOTH"/>
|
|
|
|
+
|
|
|
|
+ <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
|
|
+ <uses-permission android:name="android.permission.ACCESS_WIMAX_STATE" />
|
|
|
|
+ <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
|
|
|
|
+ <uses-permission android:name="android.permission.INTERNET" />
|
|
|
|
+ <uses-permission android:name="android.permission.READ_PHONE_STATE" />
|
|
|
|
+ <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
|
|
|
+ <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
|
|
+ <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
|
|
|
|
+ </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" />
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <!-- SuperSDK start -->
|
|
|
|
+ <activity
|
|
|
|
+ android:name="cn.ewan.supersdk.activity.SplashActivity"
|
|
|
|
+ android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
|
+ android:screenOrientation="behind"
|
|
|
|
+ android:theme="@style/SuperSDKTheme"
|
|
|
|
+ android:windowSoftInputMode="stateAlwaysHidden|adjustPan" >
|
|
|
|
+
|
|
|
|
+ <!-- <intent-filter> -->
|
|
|
|
+ <!-- <action android:name="android.intent.action.MAIN"/> -->
|
|
|
|
+ <!-- <action android:name="android.intent.action.VIEW"/> -->
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <!-- <category android:name="android.intent.category.LAUNCHER"/> -->
|
|
|
|
+ <!-- </intent-filter> -->
|
|
|
|
+ </activity>
|
|
|
|
+ <activity
|
|
|
|
+ android:name="cn.ewan.supersdk.activity.UpdateActivity"
|
|
|
|
+ android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
|
+ android:screenOrientation="behind"
|
|
|
|
+ android:theme="@style/SuperSDKThemeDialogAnim"
|
|
|
|
+ android:windowSoftInputMode="stateAlwaysHidden|adjustPan" />
|
|
|
|
+ <activity
|
|
|
|
+ android:name="cn.ewan.supersdk.activity.NoticeActivity"
|
|
|
|
+ android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
|
+ android:screenOrientation="behind"
|
|
|
|
+ android:theme="@style/SuperSDKThemeDialogAnim"
|
|
|
|
+ android:windowSoftInputMode="stateAlwaysHidden|adjustPan" />
|
|
|
|
+ <activity
|
|
|
|
+ android:name="cn.ewan.supersdk.activity.ConvertActivity"
|
|
|
|
+ android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
|
+ android:screenOrientation="behind"
|
|
|
|
+ android:theme="@style/SuperSDKThemeDialogAnim"
|
|
|
|
+ android:windowSoftInputMode="stateAlwaysHidden|adjustPan" />
|
|
|
|
+ <activity
|
|
|
|
+ android:name="cn.ewan.supersdk.chg.NPActivity"
|
|
|
|
+ android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
|
+ android:screenOrientation="behind"
|
|
|
|
+ android:theme="@style/SuperSDKTheme"
|
|
|
|
+ android:windowSoftInputMode="stateAlwaysHidden|adjustPan" />
|
|
|
|
+ <activity
|
|
|
|
+ android:name="cn.ewan.supersdk.chg.WPActivity"
|
|
|
|
+ android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
|
+ android:screenOrientation="behind"
|
|
|
|
+ android:theme="@style/SuperSDKTheme"
|
|
|
|
+ android:windowSoftInputMode="stateAlwaysHidden|adjustPan" />
|
|
|
|
+ <activity
|
|
|
|
+ android:name="cn.ewan.supersdk.activity.CommonWebActivity"
|
|
|
|
+ android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
|
+ android:screenOrientation="behind"
|
|
|
|
+ android:theme="@style/SuperSDKTheme"
|
|
|
|
+ android:windowSoftInputMode="stateAlwaysHidden|adjustPan" />
|
|
|
|
+ <activity
|
|
|
|
+ android:name="cn.ewan.supersdk.util.permission.PermissionActivity"
|
|
|
|
+ android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
|
+ android:screenOrientation="behind"
|
|
|
|
+ android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"
|
|
|
|
+ android:windowSoftInputMode="stateAlwaysHidden|adjustPan" />
|
|
|
|
+
|
|
|
|
+ <uses-library
|
|
|
|
+ android:name="org.apache.http.legacy"
|
|
|
|
+ android:required="false" />
|
|
|
|
+
|
|
|
|
+ <!-- 适配高长宽比手机 -->
|
|
|
|
+ <meta-data
|
|
|
|
+ android:name="android.max_aspect"
|
|
|
|
+ android:value="2.3" />
|
|
|
|
+ <!-- SuperSDK end -->
|
|
|
|
+
|
|
|
|
+ <!-- 母包控件start -->
|
|
|
|
+ <activity
|
|
|
|
+ android:name="cn.ewan.supersdk.channel.AliPayActivity"
|
|
|
|
+ android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
|
+ android:screenOrientation="behind"
|
|
|
|
+ android:windowSoftInputMode="stateAlwaysHidden|adjustPan" />
|
|
|
|
+ <activity
|
|
|
|
+ android:name="cn.ewan.supersdk.channel.LoginActivity"
|
|
|
|
+ android:configChanges="orientation|keyboardHidden|navigation|screenSize"
|
|
|
|
+ android:screenOrientation="behind"
|
|
|
|
+ android:windowSoftInputMode="stateAlwaysHidden|adjustPan" >
|
|
|
|
+ </activity>
|
|
|
|
+ <!-- 母包控件end -->
|
|
|
|
+
|
|
|
|
+ <provider
|
|
|
|
+ android:name="cn.ewan.supersdk.provider.SuperFileProvider"
|
|
|
|
+ android:authorities="${applicationId}.super.fileprovider"
|
|
|
|
+ android:exported="false"
|
|
|
|
+ android:grantUriPermissions="true">
|
|
|
|
+ <meta-data
|
|
|
|
+ android:name="android.support.FILE_PROVIDER_PATHS"
|
|
|
|
+ android:resource="@xml/super_file_path"/>
|
|
|
|
+ </provider>
|
|
|
|
+
|
|
|
|
+ </application>
|
|
|
|
+</manifest>
|