Преглед изворни кода

Update AndroidManifest.xml

Vineeth S пре 4 година
родитељ
комит
f4bf1281a0
No account linked to committer's email address
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      android/src/main/AndroidManifest.xml

+ 1
- 1
android/src/main/AndroidManifest.xml Прегледај датотеку

@@ -9,7 +9,7 @@
9 9
     <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
10 10
     <uses-permission android:name="android.permission.BLUETOOTH" />
11 11
 
12
-    <application android:allowBackup="true" android:label="@string/app_name"
12
+    <application android:label="@string/app_name"
13 13
         android:supportsRtl="true">
14 14
 
15 15
     </application>