change package name to uiuios
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<full-backup-content xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<include domain="database" path="launcher.db" />
|
||||
<include domain="sharedpref" path="com.android.launcher3.prefs.xml" />
|
||||
<include domain="sharedpref" path="com.android.uiuios.prefs.xml" />
|
||||
<include domain="file" path="downgrade_schema.json" />
|
||||
|
||||
</full-backup-content>
|
||||
@@ -14,7 +14,7 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3">
|
||||
<favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.uiuios">
|
||||
|
||||
<!-- Hotseat (We use the screen as the position of the item in the hotseat) -->
|
||||
<!-- Messaging, [All Apps], Dialer -->
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3">
|
||||
<favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.uiuios">
|
||||
|
||||
<!-- Hotseat (We use the screen as the position of the item in the hotseat) -->
|
||||
<!-- Dialer, Messaging, Browser, Camera -->
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3">
|
||||
<favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.uiuios">
|
||||
|
||||
<!-- Hotseat (We use the screen as the position of the item in the hotseat) -->
|
||||
<!-- Dialer, Messaging, [Maps/Music], Browser, Camera -->
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<androidx.preference.PreferenceScreen
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<com.android.launcher3.settings.NotificationDotsPreference
|
||||
<com.android.uiuios.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.launcher3.settings.NotificationDotsPreference>
|
||||
</com.android.uiuios.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.launcher3.settings.DeveloperOptionsFragment"/>
|
||||
android:fragment="com.android.uiuios.settings.DeveloperOptionsFragment"/>
|
||||
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
||||
Reference in New Issue
Block a user