Add filter to list & update apps installed by Aurora Store only
- Improves fdroid filter - Remove all apps that have no launch intent:
This commit is contained in:
@@ -19,6 +19,13 @@
|
||||
|
||||
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
app:defaultValue="false"
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="PREFERENCE_FILTER_AURORA_ONLY"
|
||||
app:summary="@string/pref_aurora_only_desc"
|
||||
app:title="@string/pref_aurora_only" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
app:defaultValue="false"
|
||||
app:iconSpaceReserved="false"
|
||||
|
||||
Reference in New Issue
Block a user