Skip to content

Commit

Permalink
remove android:allowBackup from AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Wonday committed Jul 17, 2018
1 parent 08085a1 commit 65e1178
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
package="org.wonday.aliyun.push">
<uses-permission android:name="android.permission.GET_TASKS" />
<application
android:allowBackup="true"
android:label="@string/app_name">

<receiver
android:name="org.wonday.aliyun.push.AliyunPushMessageReceiver"
android:exported="true">
Expand Down

0 comments on commit 65e1178

Please sign in to comment.