[*] 每日优化

This commit is contained in:
acgist
2023-05-10 16:09:55 +08:00
parent 609acbd2eb
commit d8130f9d6e
24 changed files with 546 additions and 548 deletions

View File

@@ -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>

View File

@@ -6,4 +6,4 @@
<color name="purple_700">#FF3700B3</color>
<color name="teal_200">#FF03DAC5</color>
<color name="teal_700">#FF018786</color>
</resources>
</resources>

View File

@@ -48,4 +48,4 @@
<integer name="iFrameInterval">1</integer>
<!-- 水印 -->
<string name="watermark">"'TAOYAO' yyyy-MM-dd HH:mm:ss"</string>
</resources>
</resources>

View File

@@ -14,4 +14,4 @@
<string name="signal_client_id">终端标识</string>
<string name="signal_username">信令帐号</string>
<string name="signal_password">信令密码</string>
</resources>
</resources>

View File

@@ -11,4 +11,4 @@
<item name="android:statusBarColor">?attr/colorPrimaryVariant</item>
</style>
</resources>
</resources>

View File

@@ -1,2 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<full-backup-content></full-backup-content>
<full-backup-content>
</full-backup-content>

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<data-extraction-rules>
<cloud-backup></cloud-backup>
</data-extraction-rules>
</data-extraction-rules>