Skip to content

Commit 3248de3

Browse files
committed
ml manager
1 parent 31af33b commit 3248de3

File tree

2 files changed

+46
-4
lines changed

2 files changed

+46
-4
lines changed

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

mlmanger.md

+44-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,50 @@ 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+
| Nexus 5 | 6.0.1 | ML Manager | 1.0.4.1 |
1212

1313
---
1414

15-
{% include videopages/type1/mlmanger.html %}
15+
{% include videopages/type1/mlmanger.html %}
16+
17+
##### Description
18+
19+
Reproduce steps:
20+
1. enter the app and grant the storage permission
21+
2. go to settings page
22+
3. revoke storage permission in system settings
23+
4. go back to the app
24+
5. click delete APKs item, and the app crashes
25+
26+
##### Aper Outputs
27+
28+
```
29+
API:
30+
<android.os.Environment: java.io.File getExternalStorageDirectory()>
31+
---
32+
PERMISSIONS:
33+
[android.permission.READ_EXTERNAL_STORAGE,android.permission.WRITE_EXTERNAL_STORAGE]
34+
---
35+
CALLCHAIN:
36+
com.javiersantos.mlmanager.activities.SettingsActivity$3.onPreferenceClick(android.preference.Preference)boolean
37+
com.javiersantos.mlmanager.utils.UtilsApp.deleteAppFiles()java.lang.Boolean
38+
com.javiersantos.mlmanager.utils.UtilsApp.getAppFolder()java.io.File
39+
com.javiersantos.mlmanager.utils.AppPreferences.getCustomPath()java.lang.String
40+
com.javiersantos.mlmanager.utils.UtilsApp.getDefaultAppFolder()java.io.File
41+
android.os.Environment.getExternalStorageDirectory()java.io.File
42+
43+
======
44+
45+
DANGEROUS: android.permission.READ_EXTERNAL_STORAGE
46+
Is Declared: true
47+
Check Sites: NONE
48+
Request Sites: NONE
49+
Has Handle: NONE
50+
51+
---
52+
DANGEROUS: android.permission.WRITE_EXTERNAL_STORAGE
53+
Is Declared: true
54+
Check Sites: NONE
55+
Request Sites: NONE
56+
Has Handle: NONE
57+
```

0 commit comments

Comments
 (0)