소스 검색

Merge pull request #127 from technophilic/master

Update AndroidManifest.xml
matrixbirds 4 년 전
부모
커밋
b9fde41458
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>