Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
You need to add android.permission.GET_TASKS. 
Without this permission, the application crashes when it receives PUSH NOTIFICATION.
  • Loading branch information
markeeftb committed Mar 27, 2013
1 parent a6f665d commit 90fe5b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ This plugin is for use with [Cordova](http://incubator.apache.org/cordova/), and
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
<uses-permission android:name="android.permission.GET_TASKS" />
<permission android:name="your_app_package.permission.C2D_MESSAGE" android:protectionLevel="signature" />
<uses-permission android:name="your_app_package.permission.C2D_MESSAGE" />

Expand Down

0 comments on commit 90fe5b0

Please sign in to comment.