Merge "Allow NFC to grant NETWORK_SETTINGS permission" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
5b80d31a46
@@ -744,6 +744,7 @@ public class WifiManagerTest extends AndroidTestCase {
|
|||||||
allowedUIDs.add(Process.SHELL_UID);
|
allowedUIDs.add(Process.SHELL_UID);
|
||||||
allowedUIDs.add(Process.PHONE_UID);
|
allowedUIDs.add(Process.PHONE_UID);
|
||||||
allowedUIDs.add(Process.NETWORK_STACK_UID);
|
allowedUIDs.add(Process.NETWORK_STACK_UID);
|
||||||
|
allowedUIDs.add(Process.NFC_UID);
|
||||||
|
|
||||||
// only quick settings is allowed to bind to the BIND_QUICK_SETTINGS_TILE permission, using
|
// only quick settings is allowed to bind to the BIND_QUICK_SETTINGS_TILE permission, using
|
||||||
// this fact to determined allowed package name for sysui
|
// this fact to determined allowed package name for sysui
|
||||||
|
|||||||
Reference in New Issue
Block a user