SettingsFragment: Add preference for permissions fragment
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -19,6 +19,13 @@
|
||||
|
||||
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<Preference
|
||||
app:icon="@drawable/ic_list_check"
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="pref_perms"
|
||||
app:layout="@layout/item_preference"
|
||||
app:title="@string/onboarding_title_permissions" />
|
||||
|
||||
<Preference
|
||||
app:icon="@drawable/ic_installation"
|
||||
app:iconSpaceReserved="false"
|
||||
|
||||
Reference in New Issue
Block a user