You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Samsung Galaxy Note4 | 6.0.1 | Open Pet Food Facts | 3.2.8 |
11
+
12
+
---
13
+
14
+
{% include videopages/type1/openpetfoodfacts.html %}
15
+
16
+
#### Description
17
+
The bug is related to the dangerous permission `android.permission.WRITE_EXTERNAL_STORAGE`. It happens when the app attempts to writing external storage without permission checking (via `checkSelfPermission`).
18
+
19
+
Reproduce crash
12
20
21
+
1. grant the storage permission in the system setting
22
+
2. scan a product (also need camera permission) and then enter the "add new product" page
23
+
3. type any information about the product
24
+
4. go to the system setting and revoke the permission
25
+
5. in the app, tape twice the "next" botton and reach the "nutrition facts" tab
26
+
6. click "add this product" and then the app crashes
0 commit comments