Skip to content

Commit a062279

Browse files
committed
leafpic
1 parent abab75f commit a062279

File tree

2 files changed

+42
-4
lines changed

2 files changed

+42
-4
lines changed

_includes/videopages/type1/leafpic.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<div class="col s12 tag-div">
1+
<!-- <div class="col s12 tag-div">
22
<div class="user-content">
33
<p>
44
Description of this bug.
55
</p>
66
</div>
7-
</div>
7+
</div> -->
88

99
<!-- <embed src="/assets/res/videos/NoteBuddy_v1.3.2.mp4" autostart="false"/> -->
1010

leafpic.md

+40-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,46 @@ css: ["projects.css"]
88

99
| Device Name | Android Version | App Name | App Version |
1010
|:--------------------:|:---------------:|:--------------:|:-----------:|
11-
| Samsung Galaxy Note4 | 6.0.1 | EtchDroid | 1.5 |
11+
| Samsung Galaxy Note4 | 6.0.1 | LeafPic Gallery | 0.6 |
1212

1313
---
1414

15-
{% include videopages/type1/leafpic.html %}
15+
{% include videopages/type1/leafpic.html %}
16+
17+
##### Description
18+
19+
Reproduce crash
20+
1. Install LeafPic_v0.6
21+
2. Enter the app from the home screen and allow the storage permission request
22+
3. Go to the system setting and revoke the storage permission
23+
4. Back to the app then the app crashes
24+
25+
##### Aper Outputs
26+
27+
```
28+
API:
29+
<android.os.Environment: java.io.File getExternalStorageDirectory()>
30+
---
31+
PERMISSIONS:
32+
[android.permission.READ_EXTERNAL_STORAGE,android.permission.WRITE_EXTERNAL_STORAGE]
33+
---
34+
CALLCHAIN:
35+
org.horaapps.leafpic.activities.SingleMediaActivity.onCreate(android.os.Bundle)void
36+
org.horaapps.leafpic.util.ContentHelper.getMediaPath(android.content.Context,android.net.Uri)java.lang.String
37+
android.os.Environment.getExternalStorageDirectory()java.io.File
38+
39+
======
40+
41+
DANGEROUS: android.permission.READ_EXTERNAL_STORAGE
42+
Is Declared: true
43+
Check Sites: NONE
44+
Request Sites: NONE
45+
Has Handle: in <android.support.v4.app.FragmentActivity: void onRequestPermissionsResult(int,java.lang.String[],int[])>
46+
47+
---
48+
DANGEROUS: android.permission.WRITE_EXTERNAL_STORAGE
49+
Is Declared: true
50+
Check Sites: NONE
51+
Request Sites: NONE
52+
Has Handle: in <android.support.v4.app.FragmentActivity: void onRequestPermissionsResult(int,java.lang.String[],int[])>
53+
```

0 commit comments

Comments
 (0)