Explorar el Código

Merge pull request #127 from technophilic/master

Update AndroidManifest.xml
matrixbirds hace 4 años
padre
commit
b9fde41458
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      android/src/main/AndroidManifest.xml

+ 1
- 1
android/src/main/AndroidManifest.xml Ver fichero

@@ -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>