| | |
| | | android:name=".GTGameApp" |
| | | android:requestLegacyExternalStorage="true" |
| | | android:usesCleartextTraffic="true" |
| | | android:supportsPictureInPicture= "true" |
| | | android:resizeableActivity="true" |
| | | android:exported="true" |
| | | tools:replace="android:name"> |
| | | |
| | | <!--适配全面屏--> |
| | | <meta-data |
| | | android:name="android.max_aspect" |
| | | android:value="2.4"/> |
| | | <!--适配华为(huawei)刘海屏--> |
| | | <meta-data |
| | | android:name="android.notch_support" |
| | | android:value="true"/> |
| | | <!--适配小米(xiaomi)刘海屏--> |
| | | <meta-data |
| | | android:name="notch.config" |
| | | android:value="portrait|landscape" /> |
| | | |
| | | <uses-library |
| | | android:name="org.apache.http.legacy" |
| | | android:required="false" /> |
| | | <meta-data |
| | | android:name="com.huawei.hms.client.service.name:ads-identifier" |
| | | android:value="ads-identifier:3.4.39.302" /> |
| | | |
| | | <provider |
| | | android:name="androidx.core.content.FileProvider" |
| | |
| | | |
| | | </provider> |
| | | |
| | | <activity |
| | | android:name="com.maiyou.maiysdk.ui.activity.MLLoginActivity" |
| | | android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenLayout|screenSize|smallestScreenSize" |
| | | android:exported="true" |
| | | android:theme="@style/MainTheme" /> |
| | | <activity |
| | | android:name="com.maiyou.maiysdk.ui.activity.MLMainActivity" |
| | | android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenLayout|screenSize|smallestScreenSize" |
| | | android:exported="true" |
| | | android:theme="@style/MainTheme" /> |
| | | <activity |
| | | android:name="com.maiyou.maiysdk.ui.activity.MLAutoLoginActivity" |
| | | android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenLayout|screenSize|smallestScreenSize" |
| | | android:exported="true" |
| | | android:theme="@style/MainTheme" /> |
| | | <activity |
| | | android:name="com.maiyou.maiysdk.ui.activity.MLAdWebViewsActivity" |
| | | android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenLayout|screenSize|smallestScreenSize" |
| | | android:exported="true" |
| | | android:theme="@style/MainTheme" /> |
| | | <activity |
| | | android:name="com.maiyou.maiysdk.ui.activity.MLPayWebActivity" |
| | | android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenLayout|smallestScreenSize" |
| | | android:exported="true" |
| | | android:theme="@style/MainTheme" /> |
| | | <activity |
| | | android:name="com.maiyou.maiysdk.ui.activity.MLUpdateActivity" |
| | | android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenLayout|smallestScreenSize" |
| | | android:exported="true" |
| | | android:theme="@style/MainTheme" /> |
| | | <activity |
| | | android:name="com.maiyou.maiysdk.ui.activity.MLServiceActivity" |
| | | android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenLayout|screenSize|smallestScreenSize" |
| | | android:exported="true" |
| | | android:theme="@style/MainTheme" /> |
| | | <receiver |
| | | android:name="com.adjust.sdk.AdjustReferrerReceiver" |
| | | android:exported="true" |
| | |
| | | android:name="MAIY_AGENT" |
| | | android:value="zqs2" /> |
| | | |
| | | <meta-data |
| | | android:name="com.facebook.sdk.ApplicationId" |
| | | android:value="@string/facebook_app_id" /> |
| | | <meta-data |
| | | android:name="com.facebook.sdk.ClientToken" |
| | | android:value="@string/facebook_client_token" /> |
| | | <activity |
| | | android:name="com.facebook.FacebookActivity" |
| | | android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation" |
| | | android:exported="true" |
| | | android:label="@string/app_name" /> |
| | | <activity |
| | | android:name="com.facebook.CustomTabActivity" |
| | | android:exported="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="@string/fb_login_protocol_scheme" |
| | | tools:ignore="ManifestResource" /> |
| | | </intent-filter> |
| | | </activity> |
| | | </application> |
| | | |
| | | <queries> |
| | | <package android:name="com.vrviu.ls.bridge" /> |
| | | <!-- freeme --> |
| | | <package android:name="com.android.creator" /> |
| | | <!-- zte --> |
| | | <package android:name="com.mdid.msa" /> |
| | | <!-- samsung --> |
| | | <package android:name="com.samsung.android.deviceidservice" /> |
| | | <!-- coolpad --> |
| | | <package android:name="com.coolpad.deviceidsupport" /> |
| | | <!-- oppo --> |
| | | <package android:name="com.heytap.openid" /> |
| | | </queries> |
| | | </manifest> |