Skip to content

Commit a88ff10

Browse files
author
Li Hao
committed
Add WRITE_EXTERNAL_STORAGE permission for Camera
Camera need save iamge to external storage, add this permission for it. Impacted tests(approved): new 0, update 1, delete 0 Unit test platform: Crosswalk Project for Android 19.48.497.0 Unit test result summary: pass 1, fail 0, block 0
1 parent 22ea36f commit a88ff10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"RECORD_AUDIO",
1010
"ACCESS_FINE_LOCATION",
1111
"VIBRATE",
12-
"READ_EXTERNAL_STORAGE"
12+
"READ_EXTERNAL_STORAGE",
13+
"WRITE_EXTERNAL_STORAGE"
1314
],
1415
"icons": [
1516
{

0 commit comments

Comments
 (0)