|
|
|
@ -19,10 +19,10 @@
|
|
|
|
|
android:dataExtractionRules="@xml/data_extraction_rules"
|
|
|
|
|
android:fullBackupContent="@xml/backup_rules"
|
|
|
|
|
android:icon="@mipmap/ic_launcher"
|
|
|
|
|
android:label="@string/app_name"
|
|
|
|
|
android:label="哨兵软件系统"
|
|
|
|
|
android:roundIcon="@mipmap/ic_launcher_round"
|
|
|
|
|
android:supportsRtl="true"
|
|
|
|
|
android:theme="@style/Theme.Sixaunyi"
|
|
|
|
|
android:theme="@style/Theme.Sixaunyi.NoActionBar"
|
|
|
|
|
tools:targetApi="31">
|
|
|
|
|
<activity
|
|
|
|
|
android:name=".SettingActivity"
|
|
|
|
@ -47,7 +47,7 @@
|
|
|
|
|
android:name=".MainActivity"
|
|
|
|
|
android:exported="true"
|
|
|
|
|
android:label="@string/app_name"
|
|
|
|
|
android:theme="@style/Theme.AppCompat">
|
|
|
|
|
android:theme="@style/Theme.AppCompat.NoActionBar">
|
|
|
|
|
</activity>
|
|
|
|
|
<activity
|
|
|
|
|
android:name=".VideoActivity"
|
|
|
|
@ -63,6 +63,7 @@
|
|
|
|
|
|
|
|
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
|
|
|
|
</intent-filter>
|
|
|
|
|
|
|
|
|
|
</activity>
|
|
|
|
|
</application>
|
|
|
|
|
|
|
|
|
|