Android Question Root Internal

BarryW

Active Member
Licensed User
Longtime User
Hi master i want to know how to access root internal storage.

My phone is already rooted but still i cant access root internal storage
 

Douglas Farias

Expert
Licensed User
Longtime User
have you added the permissions at manifest ?

B4X:
AddPermission(android.permission.READ_EXTERNAL_STORAGE)
AddPermission(android.permission.WRITE_EXTERNAL_STORAGE)
 
Upvote 0
Top