version:1.1

update:2021-10-19 17:27:09
fix:更换包名,自更新
add:加入极光推送,发送正在运行的app信息
This commit is contained in:
2021-10-19 17:31:16 +08:00
parent 5da934cf7e
commit 2462bafa85
703 changed files with 4983 additions and 4149 deletions

View File

@@ -17,7 +17,7 @@
<androidx.preference.PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android">
<com.android.uiuios.settings.NotificationDotsPreference
<com.android.colorfulos.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.android.uiuios.settings.NotificationDotsPreference>
</com.android.colorfulos.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.android.uiuios.settings.DeveloperOptionsFragment"/>
android:fragment="com.android.colorfulos.settings.DeveloperOptionsFragment"/>
</androidx.preference.PreferenceScreen>