commit | ef8be6d63d2afd04003bcbabac7ddba590092fd3 | [log] [tgz] |
---|---|---|
author | Oliver Scott <olivercscott@gmail.com> | Sat Sep 10 22:30:05 2022 +0200 |
committer | Jackeagle <jackeagle102@gmail.com> | Fri Dec 27 12:05:21 2024 -0500 |
tree | 33f986f29cc6705b6a521941d842431d3f74c7dd | |
parent | 1e4278cb6e5bce5f11fc84a42a62a5b316a8a381 [diff] |
Stop reading UIDS_ALLOWED_ON_RESTRICTED_NETWORKS setting in PermissionMonitor The setting is a factor used to determine the network permission level that is granted to an app. Restricted networking mode defaults to granting PERMISSION_SYSTEM to UIDs that are listed in the setting. This removal avoids this. Change-Id: I1e5af36f0fc9d4828b693bbb4b888c449bac3d29 Signed-off-by: Dmitrii <bankersenator@gmail.com> Signed-off-by: Jis G Jacob <studiokeys@blissroms.org>