Skip to content

Commit fa1224e

Browse files
committed
Fix issue custom permission
1 parent 0679fad commit fa1224e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<permission
1818
android:name="${applicationId}.PERMISSION_CALL"
19-
android:protectionLevel="signature" />
19+
android:protectionLevel="normal" />
2020

2121
<application>
2222

0 commit comments

Comments
 (0)