| | |
| | | xmlns:tools="http://schemas.android.com/tools"> |
| | | |
| | | <uses-permission android:name="android.permission.INTERNET" /> |
| | | |
| | | <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> |
| | | <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/> |
| | | <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> |
| | | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
| | | <application |
| | | android:name=".MyApplication" |
| | | android:allowBackup="true" |
| | |
| | | android:networkSecurityConfig="@xml/network_security_config" |
| | | android:resizeableActivity="true" |
| | | android:supportsRtl="true" |
| | | android:theme="@style/Theme.Zhangshi_app_android" |
| | | android:theme="@style/Theme.app" |
| | | android:usesCleartextTraffic="true" |
| | | tools:targetApi="31"> |
| | | <!-- 沉浸式状态栏全面屏 --> |
| | |
| | | <meta-data |
| | | android:name="notch.config" |
| | | android:value="portrait|landscape" /> |
| | | <!-- 屏幕适配 (默认以宽度适配)--> |
| | | <meta-data |
| | | android:name="design_width_in_dp" |
| | | android:value="360"/> |
| | | <meta-data |
| | | android:name="design_height_in_dp" |
| | | android:value="640"/> |
| | | |
| | | <activity |
| | | android:name=".ui.main.MainActivity" |
| | |
| | | <activity |
| | | android:name=".ui.function.FamilyMemorabiliaActivity" |
| | | android:exported="false" /> |
| | | <activity |
| | | android:name=".ui.function.CreateFamilyProjectActivity" |
| | | android:exported="false" /> |
| | | </application> |
| | | |
| | | </manifest> |