소스 검색

Missing permission caused icon and sound not working on Android older than KitKat

Sebastián Katzer 10 년 전
부모
커밋
901a844e37
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      plugin.xml

+ 1 - 0
plugin.xml

@@ -130,6 +130,7 @@
 
         <config-file target="AndroidManifest.xml" parent="/manifest">
             <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
+            <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
         </config-file>
 
         <lib-file src="libs/android/android-support-v4.jar" />