Currently data is saved under /storage/emulated/0/Android after uninstalling application the data is not removed. If data would be stored under /storage/emulated/0/Android/data/org.openbmap.unifiedNlp it would be removed with application and would be hidden from user.
Use the following code to get proper directory data:
Currently data is saved under
/storage/emulated/0/Android
after uninstalling application the data is not removed. If data would be stored under /storage/emulated/0/Android/data/org.openbmap.unifiedNlp it would be removed with application and would be hidden from user.Use the following code to get proper directory data:
All apps (root or not) have a default data directory, which is /data/data/. By default, the apps databases, settings, and all other data go here. If an app expects huge amounts of data to be stored, or for other reasons wants to "be nice to internal storage", there's a corresponding directory on the SDCard (Android/data/)