remove blacklist feature

This commit is contained in:
dkanada 2019-07-17 00:14:48 -07:00
commit 6afd14c647
39 changed files with 0 additions and 689 deletions

View file

@ -1,14 +0,0 @@
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory android:title="@string/blacklist">
<com.kabouzeid.gramophone.preferences.BlacklistPreference
app:iconSpaceReserved="false"
android:key="blacklist"
android:summary="@string/pref_summary_blacklist"
android:title="@string/blacklist" />
</com.kabouzeid.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory>
</androidx.preference.PreferenceScreen>