We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a09d1cd + 71d051f commit de76a98Copy full SHA for de76a98
plugin.xml
@@ -42,8 +42,8 @@
42
<!-- no longer necessary for android > 4.0.4 -->
43
<!--uses-permission android:name="android.permission.GET_ACCOUNTS" /-->
44
45
- <permission android:protectionLevel="signature" android:name="$PACKAGE_NAME.permission.C2D_MESSAGE" />
46
- <uses-permission android:name="$PACKAGE_NAME.permission.C2D_MESSAGE" />
+ <permission android:protectionLevel="signature" android:name="${applicationId}.permission.C2D_MESSAGE" />
+ <uses-permission android:name="${applicationId}.permission.C2D_MESSAGE" />
47
</config-file>
48
49
<framework src="com.parse:parse-android:1.13.0" />
0 commit comments