|
@@ -15,6 +15,52 @@
|
|
</permissions>
|
|
</permissions>
|
|
|
|
|
|
<application>
|
|
<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 -->
|
|
<!-- TODO SDK接入 QQ接入配置 START -->
|
|
<activity
|
|
<activity
|
|
android:name="com.tencent.tauth.AuthActivity"
|
|
android:name="com.tencent.tauth.AuthActivity"
|
|
@@ -94,51 +140,6 @@
|
|
android:windowSoftInputMode="stateAlwaysHidden"/>
|
|
android:windowSoftInputMode="stateAlwaysHidden"/>
|
|
<!-- TODO GAME SDK Midas接入配置 END -->
|
|
<!-- TODO GAME SDK Midas接入配置 END -->
|
|
|
|
|
|
- <!-- jmsdk -->
|
|
|
|
- <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" />
|
|
|
|
-
|
|
|
|
<!-- ysdk登录界面 -->
|
|
<!-- ysdk登录界面 -->
|
|
<activity
|
|
<activity
|
|
android:name="com.inner.sdk.ui.YsdkLoginActivity"
|
|
android:name="com.inner.sdk.ui.YsdkLoginActivity"
|