↧
Answer by peter011235 for where is data/data file location in phone
To see the contents of the /data/data folder on a real device, you need to have a rooted device and be using a file explorer with root privileges.When using the emulator, you should be able to see it...
View ArticleAnswer by Gabe Sechan for where is data/data file location in phone
You shouldn't assume anything about data/data. Use the getDir function on Activity to get your local directory. Also, you cannot open files in any other app, so using a full pathname is kind of pointless.
View Articlewhere is data/data file location in phone
i store my file in this location for picture hiding File file = new File("/data/data/com.vault.vaultpckg/Files"); is work fine but after somw pics hide low memory alert come so tel my where is this...
View Article