I checked all permissions in 'AndroidManifest.xml':
1.
2.
...
176.
I gave root access for my app and enabled root on the NOX emulator for Android 5.
but when I try to access the db:
SQLiteConnection Connect2 = new SQLiteConnection ("/ data / data / com.whatsapp / databases / msgstore.db");
I get a db access error.
I also can’t access the files with the command:
var tt2 = new DirectoryInfo("/data/data/com.whatsapp/databases").GetFiles();
Getting an error:
System.UnauthorizedAccessException: Access to the path '/data/data/com.whatsapp/databases' is denied.
Please tell me what else is needed to gain access to these files.