liuxue
2021-05-08 75ecd33713d25ee82e1df74fa611bf3e6f0e8d2d
Project/app/src/main/AndroidManifest.xml
@@ -43,13 +43,13 @@
            android:name="com.samsung.android.keepalive.density"
            android:value="true" />
        <meta-data
            android:name="android.notch_support"
            android:value="true" />
        <!--<meta-data-->
            <!--android:name="android.notch_support"-->
            <!--android:value="true" />-->
        <meta-data
            android:name="notch.config"
            android:value="portrait|landscape" />
            android:value="none" />
        <meta-data
            android:name="android.vendor.full_screen"
@@ -59,8 +59,8 @@
            android:name="com.secondworld.univeralsdk.MainActivity"
            android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale|layoutDirection"
            android:label="@string/app_name"
            android:launchMode="singleTop"
            android:screenOrientation="portrait">
            android:launchMode="singleTask"
            android:screenOrientation="sensorLandscape">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />