fix:
update:更换为酷信
This commit is contained in:
2023-10-11 19:19:52 +08:00
parent 625a121cbb
commit 8799e85443
723 changed files with 4158 additions and 4041 deletions

View File

@@ -17,7 +17,7 @@
<androidx.preference.PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android">
<com.aoleyun.os.settings.NotificationDotsPreference
<com.uiuipad.os.settings.NotificationDotsPreference
android:key="pref_icon_badging"
android:title="@string/notification_dots_title"
android:persistent="false"
@@ -28,7 +28,7 @@
android:name=":settings:fragment_args_key"
android:value="notification_badging" />
</intent>
</com.aoleyun.os.settings.NotificationDotsPreference>
</com.uiuipad.os.settings.NotificationDotsPreference>
<SwitchPreference
android:key="pref_add_icon_to_home"
@@ -54,6 +54,6 @@
android:key="pref_developer_options"
android:persistent="false"
android:title="Developer Options"
android:fragment="com.aoleyun.os.settings.DeveloperOptionsFragment"/>
android:fragment="com.uiuipad.os.settings.DeveloperOptionsFragment"/>
</androidx.preference.PreferenceScreen>