Skip to content

Commit 65e1178

Browse files
author
Wonday
committed
remove android:allowBackup from AndroidManifest.xml
1 parent 08085a1 commit 65e1178

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

android/src/main/AndroidManifest.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
package="org.wonday.aliyun.push">
33
<uses-permission android:name="android.permission.GET_TASKS" />
44
<application
5-
android:allowBackup="true"
65
android:label="@string/app_name">
7-
86
<receiver
97
android:name="org.wonday.aliyun.push.AliyunPushMessageReceiver"
108
android:exported="true">

0 commit comments

Comments
 (0)