mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
Add a settings screen, with a preference to disable tracking
This commit is contained in:
parent
3ba54daf4f
commit
1b89d96943
7 changed files with 42 additions and 6 deletions
|
|
@ -73,6 +73,10 @@
|
|||
<action android:name="android.intent.action.MAIN"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".SettingsActivity"
|
||||
android:label="@string/title_activity_settings"
|
||||
/>
|
||||
<service android:name="UploadService" >
|
||||
</service>
|
||||
<service
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue