문제

I would like to know if rooting is a requirement to read the database files such as alarms.db from my app ? If not, then how should I proceed to do the same?

도움이 되었습니까?

해결책

Of course yes. I often do this for some reasons.But if your phone is not rooted,these files are not allowed for reading or writing. When you have rooted your phone,you can take the su permission to remount the file system or change the mode of the file so that it can be read.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top