I need to access files on the system, namely for obtaining information. File build.prop take out so
Runtime.getRuntime().exec("/system/bin/getprop").getInputStream();
I need a list of other files and how they read. Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I guess you’ll have
SecurityException, because user, which is associated with your app has no permission to read this file. The only way to do this is to have a rooted device.