Developer's document: Requesting permissions at run time clearly indicates which permission is at run time and how to use it. And I, too, can fulfill them.
However, the question is: where does Android store resolution values ββat runtime?
i.e. when the user deletes the data associated with the application, the permissions are reset, so where does Android store these values? (this is in the application cache or anywhere else). And in what format? (is it a database or file sharedpreferences or whatever) And how are they stored? (encoded or not encrypted).
A search of the many existing answers and developer documents, however, did not find any useful information in this regard. Any help would be greatly appreciated.
source share