0

I am working on a android app and i want the user to be able to view the folders that require root access. I tried looking through the Cyanogenmod file manager code to try and trying the su command in java with the Runtime thing, but I had no luck.

4

1 に答える 1

0

デバイスをルート化しないと、これを行うことはできません (これは単に、必要なルート アクセス レベルを取得することを意味します)。これが基本的に許可システムの理由です - 見てはいけない場所からあなたを遠ざけるためです.

于 2013-07-31T22:29:44.387 に答える