Skip to content
Snippets Groups Projects
Commit cd360ec8 authored by Torsten Grote's avatar Torsten Grote
Browse files

Merge branch '909-restrict-access-to-settings-activity' into 'master'

Require a system permission to open the settings activity

See merge request !501
parents 10e6163e ac063b4c
No related branches found
No related tags found
No related merge requests found
......@@ -333,7 +333,8 @@
<activity
android:name=".android.settings.SettingsActivity"
android:label="@string/settings_button"
android:parentActivityName=".android.navdrawer.NavDrawerActivity">
android:parentActivityName=".android.navdrawer.NavDrawerActivity"
android:permission="android.permission.READ_NETWORK_USAGE_HISTORY">
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value=".android.navdrawer.NavDrawerActivity"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment