Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ public boolean shouldSkipUsesPermission(ParsedUsesPermission p) {
// added in 14 QPR3:
case Manifest.permission.ACCESS_FINE_LOCATION:
case Manifest.permission.INTERACT_ACROSS_USERS:
// needed for the Connected Cameras feature that is currently unsupported on GrapheneOS:
// https://support.google.com/pixelphone/answer/15985851?hl=en
case Manifest.permission.INTERNET:
return true;
}

Expand Down