layout | css | |
---|---|---|
page |
|
Device Name | Android Version | App Name | App Version |
---|---|---|---|
Xiaomi MIX 2S | 10 | TopoSuite | 1.2.0 |
{% include videopages/type1/toposuite.html %}
Reproduce a stuck bug:
- enter the app and allow the permission request
- go the "Jobs" page, this page functions are normally
- go to the system setting and revoke the storage permission
- back to app and the app gets stuck
API:
<android.os.Environment: java.io.File getExternalStorageDirectory()>
---
PERMISSIONS:
[android.permission.READ_EXTERNAL_STORAGE,android.permission.WRITE_EXTERNAL_STORAGE]
---
CALLCHAIN:
ch.hgdev.toposuite.App.onCreate()void
android.os.Environment.getExternalStorageDirectory()java.io.File
======
DANGEROUS: android.permission.READ_EXTERNAL_STORAGE
Is Declared: false
Check Sites: NONE
Request Sites: NONE
Has Handle: NONE
---
DANGEROUS: android.permission.WRITE_EXTERNAL_STORAGE
Is Declared: true
Check Sites: NONE
Request Sites: NONE
Has Handle: NONE