Added in a preference button for selecting the default home app

This commit is contained in:
ottoptj 2024-08-12 01:10:43 +03:00
commit b05d26aa66
2 changed files with 22 additions and 0 deletions

View file

@ -1,6 +1,14 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<Preference
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:key="defaultHome"
app:selectable="true"
app:title="Set Default Home" />
<PreferenceCategory
android:layout_width="wrap_content"
android:layout_height="wrap_content"