mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Removed usage tracking preference option in Settings layout file
This commit is contained in:
parent
23c73ab45a
commit
3c2ff3d9d7
1 changed files with 1 additions and 6 deletions
|
|
@ -1,12 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<CheckBoxPreference
|
||||
android:key="eventLogging"
|
||||
android:title="@string/preference_tracking"
|
||||
android:summary="@string/preference_tracking_summary"
|
||||
android:defaultValue="false"
|
||||
/>
|
||||
|
||||
<ListPreference
|
||||
android:key="defaultLicense"
|
||||
android:title="@string/preference_license"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue