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:
Rahul Patel
2023-10-18 05:29:24 +05:30
parent 79516bbc20
commit c7c2781281
11 changed files with 79 additions and 36 deletions

View File

@@ -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"