Fix bug #13027956 For restricted user launching Settings app from all apps drawer
...by default opens wifi setting screen - add the Dashboard to the list of restricted fragments Change-Id: I7787ed7c9f2a53ea1047b6ab860ded50e4e5d840
This commit is contained in:
@@ -226,7 +226,8 @@ public class SettingsActivity extends Activity
|
|||||||
R.id.accessibility_settings,
|
R.id.accessibility_settings,
|
||||||
R.id.print_settings,
|
R.id.print_settings,
|
||||||
R.id.nfc_payment_settings,
|
R.id.nfc_payment_settings,
|
||||||
R.id.home_settings
|
R.id.home_settings,
|
||||||
|
R.id.dashboard
|
||||||
};
|
};
|
||||||
|
|
||||||
private static final String[] ENTRY_FRAGMENTS = {
|
private static final String[] ENTRY_FRAGMENTS = {
|
||||||
|
Reference in New Issue
Block a user