| | |
| | | android:label="@string/app_name" |
| | | android:supportsRtl="true" |
| | | android:theme="@style/Theme.Zhangshi_app_android" |
| | | android:usesCleartextTraffic="true" |
| | | android:networkSecurityConfig="@xml/network_security_config" |
| | | android:resizeableActivity="true" |
| | | android:maxAspectRatio="2.4" |
| | | tools:targetApi="31" > |
| | | |
| | | <!--沉浸式状态栏全面屏--> |
| | | <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" /> |
| | | |
| | | <activity |
| | | android:name=".view.MainActivity" |
| | | android:name=".module.main.MainActivity" |
| | | android:exported="true"> |
| | | <intent-filter> |
| | | <action android:name="android.intent.action.MAIN" /> |