File tree 2 files changed +41
-4
lines changed
_includes/videopages/type1
2 files changed +41
-4
lines changed Original file line number Diff line number Diff line change 1
- < div class ="col s12 tag-div ">
1
+ <!-- < div class="col s12 tag-div">
2
2
<div class="user-content">
3
3
<p>
4
4
Description of this bug.
5
5
</p>
6
6
</div>
7
- </ div >
7
+ </div> -->
8
8
9
9
<!-- <embed src="/assets/res/videos/NoteBuddy_v1.3.2.mp4" autostart="false"/> -->
10
10
Original file line number Diff line number Diff line change @@ -8,8 +8,45 @@ css: ["projects.css"]
8
8
9
9
| Device Name | Android Version | App Name | App Version |
10
10
| :--------------------:| :---------------:| :--------------:| :-----------:|
11
- | Samsung Galaxy Note4 | 6.0.1 | EtchDroid | 1.5 |
11
+ | Samsung Galaxy Note4 | 6.0.1 | StageFever | 1.2.0 |
12
12
13
13
---
14
14
15
- {% include videopages/type1/stagefever.html %}
15
+ {% include videopages/type1/stagefever.html %}
16
+
17
+ ##### Description
18
+
19
+ 1 . grant the storage permission and go to the File Picker page
20
+ 2 . go to the system setting and revoke the storage permission
21
+ 3 . go back to the app and click pick file button, then the app crashes
22
+
23
+ ##### Aper Outputs
24
+
25
+ ```
26
+ API:
27
+ <android.os.Environment: java.io.File getExternalStorageDirectory()>
28
+ ---
29
+ PERMISSIONS:
30
+ [android.permission.READ_EXTERNAL_STORAGE,android.permission.WRITE_EXTERNAL_STORAGE]
31
+ ---
32
+ CALLCHAIN:
33
+ com.fr3ts0n.stagefever.MainActivity.onOptionsItemSelected(android.view.MenuItem)boolean
34
+ com.fr3ts0n.stagefever.MainActivity.selectFileToLoad()void
35
+ com.fr3ts0n.stagefever.FileHelper.getPath(android.content.Context)java.lang.String
36
+ android.os.Environment.getExternalStorageDirectory()java.io.File
37
+
38
+ ======
39
+
40
+ DANGEROUS: android.permission.READ_EXTERNAL_STORAGE
41
+ Is Declared: true
42
+ Check Sites: NONE
43
+ Request Sites: NONE
44
+ Has Handle: in <android.app.Activity: void onRequestPermissionsResult(int,java.lang.String[],int[])>
45
+
46
+ ---
47
+ DANGEROUS: android.permission.WRITE_EXTERNAL_STORAGE
48
+ Is Declared: true
49
+ Check Sites: NONE
50
+ Request Sites: NONE
51
+ Has Handle: in <android.app.Activity: void onRequestPermissionsResult(int,java.lang.String[],int[])>
52
+ ```
You can’t perform that action at this time.
0 commit comments