Skip to content

Commit de76a98

Browse files
authored
Merge pull request avivais#56 from midhunanew/patch-1
Co-exist with phonegap-plugin-push
2 parents a09d1cd + 71d051f commit de76a98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
<!-- no longer necessary for android > 4.0.4 -->
4343
<!--uses-permission android:name="android.permission.GET_ACCOUNTS" /-->
4444

45-
<permission android:protectionLevel="signature" android:name="$PACKAGE_NAME.permission.C2D_MESSAGE" />
46-
<uses-permission android:name="$PACKAGE_NAME.permission.C2D_MESSAGE" />
45+
<permission android:protectionLevel="signature" android:name="${applicationId}.permission.C2D_MESSAGE" />
46+
<uses-permission android:name="${applicationId}.permission.C2D_MESSAGE" />
4747
</config-file>
4848

4949
<framework src="com.parse:parse-android:1.13.0" />

0 commit comments

Comments
 (0)