Skip to content

Commit dc5d124

Browse files
committed
toposuite
1 parent 148b1ef commit dc5d124

File tree

2 files changed

+41
-4
lines changed

2 files changed

+41
-4
lines changed

_includes/videopages/type1/toposuite.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

toposuite.md

+39-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,45 @@ 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+
| Xiaomi MIX 2S | 10 | TopoSuite | 1.2.0 |
1212

1313
---
1414

15-
{% include videopages/type1/toposuite.html %}
15+
{% include videopages/type1/toposuite.html %}
16+
17+
##### Description
18+
19+
Reproduce a stuck bug:
20+
1. enter the app and allow the permission request
21+
2. go the "Jobs" page, this page functions are normally
22+
3. go to the system setting and revoke the storage permission
23+
4. back to app and the app gets stuck
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+
ch.hgdev.toposuite.App.onCreate()void
36+
android.os.Environment.getExternalStorageDirectory()java.io.File
37+
38+
======
39+
40+
DANGEROUS: android.permission.READ_EXTERNAL_STORAGE
41+
Is Declared: false
42+
Check Sites: NONE
43+
Request Sites: NONE
44+
Has Handle: NONE
45+
46+
---
47+
DANGEROUS: android.permission.WRITE_EXTERNAL_STORAGE
48+
Is Declared: true
49+
Check Sites: NONE
50+
Request Sites: NONE
51+
Has Handle: NONE
52+
```

0 commit comments

Comments
 (0)