[*] 每日优化
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
<action android:name="android.intent.action.HOME" />
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<action android:name="android.intent.action.DEFAULT" />
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
@@ -32,13 +31,11 @@
|
||||
android:exported="false"
|
||||
android:label="@string/title_activity_settings"
|
||||
android:theme="@style/Theme.Taoyao" />
|
||||
|
||||
<service
|
||||
android:name=".MediaService"
|
||||
android:enabled="true"
|
||||
android:exported="false"
|
||||
android:foregroundServiceType="mediaProjection" />
|
||||
|
||||
android:foregroundServiceType="camera|location|microphone|mediaProjection" />
|
||||
<receiver
|
||||
android:name=".TaoyaoReceiver"
|
||||
android:enabled="true"
|
||||
@@ -51,4 +48,4 @@
|
||||
</receiver>
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
</manifest>
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
<color name="purple_700">#FF3700B3</color>
|
||||
<color name="teal_200">#FF03DAC5</color>
|
||||
<color name="teal_700">#FF018786</color>
|
||||
</resources>
|
||||
</resources>
|
||||
|
||||
@@ -48,4 +48,4 @@
|
||||
<integer name="iFrameInterval">1</integer>
|
||||
<!-- 水印 -->
|
||||
<string name="watermark">"'TAOYAO' yyyy-MM-dd HH:mm:ss"</string>
|
||||
</resources>
|
||||
</resources>
|
||||
|
||||
@@ -14,4 +14,4 @@
|
||||
<string name="signal_client_id">终端标识</string>
|
||||
<string name="signal_username">信令帐号</string>
|
||||
<string name="signal_password">信令密码</string>
|
||||
</resources>
|
||||
</resources>
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
<item name="android:statusBarColor">?attr/colorPrimaryVariant</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
</resources>
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<full-backup-content></full-backup-content>
|
||||
<full-backup-content>
|
||||
|
||||
</full-backup-content>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<data-extraction-rules>
|
||||
<cloud-backup></cloud-backup>
|
||||
</data-extraction-rules>
|
||||
</data-extraction-rules>
|
||||
|
||||
Reference in New Issue
Block a user