layout | css | |
---|---|---|
page |
|
Device Name | Android Version | App Name | App Version |
---|---|---|---|
Nexus 5 | 6.0.1 | ML Manager | 1.0.4.1 |
{% include videopages/type1/mlmanger.html %}
Reproduce steps:
- enter the app and grant the storage permission
- go to settings page
- revoke storage permission in system settings
- go back to the app
- click delete APKs item, and the app crashes
API:
<android.os.Environment: java.io.File getExternalStorageDirectory()>
---
PERMISSIONS:
[android.permission.READ_EXTERNAL_STORAGE,android.permission.WRITE_EXTERNAL_STORAGE]
---
CALLCHAIN:
com.javiersantos.mlmanager.activities.SettingsActivity$3.onPreferenceClick(android.preference.Preference)boolean
com.javiersantos.mlmanager.utils.UtilsApp.deleteAppFiles()java.lang.Boolean
com.javiersantos.mlmanager.utils.UtilsApp.getAppFolder()java.io.File
com.javiersantos.mlmanager.utils.AppPreferences.getCustomPath()java.lang.String
com.javiersantos.mlmanager.utils.UtilsApp.getDefaultAppFolder()java.io.File
android.os.Environment.getExternalStorageDirectory()java.io.File
======
DANGEROUS: android.permission.READ_EXTERNAL_STORAGE
Is Declared: true
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