menu


Device Name Android Version App Name App Version
Xiaomi MIX 2S 10 TopoSuite 1.2.0

Description

Reproduce a stuck bug:

  1. enter the app and allow the permission request
  2. go the “Jobs” page, this page functions are normally
  3. go to the system setting and revoke the storage permission
  4. back to app and the app gets stuck
Aper Outputs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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