|
@@ -0,0 +1,175 @@
|
|
|
+<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_COARSE_LOCATION" />
|
|
|
+ <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.READ_EXTERNAL_STORAGE" />
|
|
|
+ <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
|
|
|
+
|
|
|
+ <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
|
|
|
+ <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
|
|
|
+ <uses-permission android:name="android.permission.GET_TASKS" />
|
|
|
+ <uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
|
|
|
+ <uses-permission android:name="android.permission.RESTART_PACKAGES" />
|
|
|
+ <uses-permission android:name="android.permission.READ_SMS" />
|
|
|
+ <uses-permission android:name="android.permission.SEND_SMS"/>
|
|
|
+ <uses-permission android:name="android.permission.WRITE_SETTINGS"/>
|
|
|
+ <uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
|
|
|
+ </permissions>
|
|
|
+
|
|
|
+ <application>
|
|
|
+ <!-- jmsdk -->
|
|
|
+ <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" />
|
|
|
+
|
|
|
+ <!-- TODO SDK接入 QQ接入配置 START -->
|
|
|
+ <activity
|
|
|
+ android:name="com.tencent.tauth.AuthActivity"
|
|
|
+ android:launchMode="singleTask"
|
|
|
+ android:noHistory="true">
|
|
|
+ <intent-filter>
|
|
|
+ <action android:name="android.intent.action.VIEW" />
|
|
|
+
|
|
|
+ <category android:name="android.intent.category.DEFAULT" />
|
|
|
+ <category android:name="android.intent.category.BROWSABLE" />
|
|
|
+
|
|
|
+ <data android:scheme="tencent${qqAppId}" />
|
|
|
+ </intent-filter>
|
|
|
+ </activity>
|
|
|
+ <activity
|
|
|
+ android:name="com.tencent.connect.common.AssistActivity"
|
|
|
+ android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@android:style/Theme.Translucent.NoTitleBar" />
|
|
|
+ <!-- TODO SDK接入 QQ接入配置 END -->
|
|
|
+
|
|
|
+ <!-- TODO SDK接入 微信接入配置 START -->
|
|
|
+ <activity
|
|
|
+ android:name="${applicationId}.wxapi.WXEntryActivity"
|
|
|
+ android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
+ android:excludeFromRecents="true"
|
|
|
+ android:exported="true"
|
|
|
+ android:label="WXEntryActivity"
|
|
|
+ android:launchMode="singleTop"
|
|
|
+ android:taskAffinity="${applicationId}.diff"
|
|
|
+ android:theme="@android:style/Theme.Translucent.NoTitleBar">
|
|
|
+ <intent-filter>
|
|
|
+ <action android:name="android.intent.action.VIEW" />
|
|
|
+ <category android:name="android.intent.category.DEFAULT" />
|
|
|
+ <!-- 注意:此处应改为 游戏的微信appid -->
|
|
|
+ <data android:scheme="${wechatAppId}" />
|
|
|
+ </intent-filter>
|
|
|
+ </activity>
|
|
|
+ <activity android:name="com.tencent.ysdk.module.user.impl.wx.qrcode.QRActivity"/>
|
|
|
+ <!-- TODO SDK接入 微信接入配置 END -->
|
|
|
+
|
|
|
+ <!-- TODO GAME SDK接入YSDK实名制接入配置 START -->
|
|
|
+ <activity
|
|
|
+ android:name="com.tencent.ysdk.module.realName.impl.RegisterRealNameActivity"
|
|
|
+ android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
+ android:screenOrientation="sensor"
|
|
|
+ android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
|
|
|
+ <!-- TODO GAME SDK接入YSDK实名制接入配置 END -->
|
|
|
+
|
|
|
+ <!-- TODO GAME SDK Midas接入配置 START -->
|
|
|
+ <activity
|
|
|
+ android:name="com.tencent.midas.proxyactivity.APMidasPayProxyActivity"
|
|
|
+ android:theme="@android:style/Theme.Translucent.NoTitleBar"
|
|
|
+ android:screenOrientation="${screenOrientation}"
|
|
|
+ android:configChanges="orientation|keyboardHidden|screenSize" />
|
|
|
+ <activity
|
|
|
+ android:name="com.tencent.midas.wx.APMidasWXPayActivity"
|
|
|
+ android:theme="@android:style/Theme.Translucent.NoTitleBar"
|
|
|
+ android:exported="true" />
|
|
|
+
|
|
|
+ <activity
|
|
|
+ android:name="com.tencent.midas.qq.APMidasQQWalletActivity"
|
|
|
+ android:launchMode="singleTop"
|
|
|
+ android:theme="@android:style/Theme.Translucent.NoTitleBar"
|
|
|
+ android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
+ android:exported="true" >
|
|
|
+ <intent-filter>
|
|
|
+ <action android:name="android.intent.action.VIEW" />
|
|
|
+ <category android:name="android.intent.category.BROWSABLE"/>
|
|
|
+ <category android:name="android.intent.category.DEFAULT"/>
|
|
|
+ <data android:scheme="qwallet100703379"/>
|
|
|
+ <!-- TODO GAME 这里为米大师的默认配置,游戏不要修改 -->
|
|
|
+ </intent-filter>
|
|
|
+ </activity>
|
|
|
+ <activity android:name="com.tencent.midas.jsbridge.APWebJSBridgeActivity"
|
|
|
+ android:theme="@android:style/Theme.Translucent.NoTitleBar"
|
|
|
+ android:windowSoftInputMode="stateAlwaysHidden"/>
|
|
|
+ <!-- TODO GAME SDK Midas接入配置 END -->
|
|
|
+
|
|
|
+ <!-- ysdk登录界面 -->
|
|
|
+ <activity
|
|
|
+ android:name="com.inner.sdk.ui.YsdkLoginActivity"
|
|
|
+ android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
+ android:screenOrientation="behind"
|
|
|
+ android:launchMode="singleTop"
|
|
|
+ android:theme="@style/ysdk_Dialog"/>
|
|
|
+
|
|
|
+ <!-- 浩宇支付start -->
|
|
|
+ <activity android:name="com.ziyun.pay.PayWebViewActivity"
|
|
|
+ android:configChanges="orientation|keyboardHidden|navigation"
|
|
|
+ android:exported="false"
|
|
|
+ android:screenOrientation="behind"
|
|
|
+ android:windowSoftInputMode="adjustResize|stateHidden" >
|
|
|
+ </activity>
|
|
|
+ <!-- 浩宇支付end -->
|
|
|
+ <!-- qq会员 -->
|
|
|
+ <activity android:name="com.ziyun.ui.QQMemberActivity"
|
|
|
+ android:configChanges="orientation|keyboardHidden|navigation"
|
|
|
+ android:exported="false"
|
|
|
+ android:screenOrientation="behind"
|
|
|
+ android:windowSoftInputMode="adjustResize|stateHidden" >
|
|
|
+ </activity>
|
|
|
+ <!-- qq会员 end -->
|
|
|
+ </application>
|
|
|
+</manifest>
|