Skip to content

Commit

Permalink
enable PERMISSIONS_REVIEW_REQUIRED feature
Browse files Browse the repository at this point in the history
This flag enables user review of dangerous permissions
pre-launch for apps targeting API < 23.
Screenshot: https://i.imgur.com/o5HpaVu.jpg

Change-Id: I98a68b3a20261cb7bded1ce5ca2fc9720cd4361c
  • Loading branch information
coderobe committed Jul 2, 2017
1 parent a13c8b1 commit a3f0a4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/main.mk
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,8 @@ ifdef TARGET_2ND_ARCH
endif
endif

ADDITIONAL_BUILD_PROPERTIES += ro.permission_review_required=1

## user/userdebug ##

user_variant := $(filter user userdebug,$(TARGET_BUILD_VARIANT))
Expand Down

0 comments on commit a3f0a4d

Please sign in to comment.