Remove SyncManager and Internet permission

This commit is contained in:
2020-08-15 13:54:29 -05:00
parent d0b4e3e163
commit 38fb37cde2
9 changed files with 0 additions and 621 deletions

View File

@@ -190,22 +190,6 @@
android:title="Enable widget stacks"
app:iconSpaceReserved="false" />
<CheckBoxPreference
android:defaultValue="false"
android:key="pref_feature_sync"
android:title="Enable cloud sync"
app:iconSpaceReserved="false" />
<EditTextPreference
android:key="pref_sync_address"
android:title="Sync server address"
app:iconSpaceReserved="false" />
<EditTextPreference
android:key="pref_sync_key"
android:title="Sync key"
app:iconSpaceReserved="false" />
</PreferenceCategory>
</PreferenceScreen>