removing the DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION permission
This commit is contained in:
parent
603a8da576
commit
f737f6c38b
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@
|
|||
android:name="android.permission.USE_BIOMETRIC"
|
||||
tools:node="remove" />
|
||||
|
||||
<uses-permission
|
||||
android:name="${applicationId}.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"
|
||||
tools:node="remove" />
|
||||
|
||||
<!-- used by Reprint -->
|
||||
<uses-permission
|
||||
android:name="com.samsung.android.providers.context.permission.WRITE_USE_APP_FEATURE_SURVEY"
|
||||
|
|
Loading…
Reference in a new issue