Merge "Change Browser location pre-grant to fg-only" into rvc-dev am: 99c0b6d118
Change-Id: Ib9e5443c99062a5c4b8997816759a6c11ed6010d
This commit is contained in:
@@ -882,7 +882,7 @@ public final class DefaultPermissionGrantPolicy {
|
||||
|
||||
public void grantDefaultPermissionsToDefaultBrowser(String packageName, int userId) {
|
||||
Log.i(TAG, "Granting permissions to default browser for user:" + userId);
|
||||
grantPermissionsToSystemPackage(packageName, userId, ALWAYS_LOCATION_PERMISSIONS);
|
||||
grantPermissionsToSystemPackage(packageName, userId, FOREGROUND_LOCATION_PERMISSIONS);
|
||||
}
|
||||
|
||||
private String getDefaultSystemHandlerActivityPackage(String intentAction, int userId) {
|
||||
|
||||
Reference in New Issue
Block a user