File tree 2 files changed +31
-3
lines changed
_includes/videopages/type1
2 files changed +31
-3
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 @@ -14,7 +14,7 @@ css: ["projects.css"]
14
14
{% include videopages/type1/etchdroid.html %}
15
15
16
16
#### Description
17
- Reproduce crash
17
+ Reproduce crash:
18
18
1 . in the main activity, click "write apple DMG image" with granting the storage permission
19
19
20
20
2 . select either storage directory (in the menu of "Choose Storage")
@@ -25,4 +25,32 @@ Reproduce crash
25
25
26
26
#### Aper Outputs
27
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
+ com.codekidlabs.storagechooser.fragments.SecondaryChooserFragment$7.onClick(android.view.View)void
36
+ com.codekidlabs.storagechooser.fragments.SecondaryChooserFragment.access$1700(com.codekidlabs.storagechooser.fragments.SecondaryChooserFragment)void
37
+ com.codekidlabs.storagechooser.fragments.SecondaryChooserFragment.performBackAction()void
38
+ com.codekidlabs.storagechooser.fragments.SecondaryChooserFragment.populateList(java.lang.String)void
39
+ com.codekidlabs.storagechooser.fragments.SecondaryChooserFragment.setBundlePathOnUpdate()void
40
+ android.os.Environment.getExternalStorageDirectory()java.io.File
41
+
42
+ ======
43
+
44
+ DANGEROUS: android.permission.READ_EXTERNAL_STORAGE
45
+ Is Declared: true
46
+ Check Sites: NONE
47
+ Request Sites: NONE
48
+ Has Handle: in <android.app.Fragment: void onRequestPermissionsResult(int,java.lang.String[],int[])>
49
+
50
+ ---
51
+ DANGEROUS: android.permission.WRITE_EXTERNAL_STORAGE
52
+ Is Declared: true
53
+ Check Sites: NONE
54
+ Request Sites: NONE
55
+ Has Handle: in <android.app.Fragment: void onRequestPermissionsResult(int,java.lang.String[],int[])>
28
56
```
You can’t perform that action at this time.
0 commit comments