Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
携帯電話にインストールされていて、SD カード上にないすべてのアプリケーションへの読み取り/書き込み権限を持つ共有ディレクトリを作成するにはどうすればよいですか? 私はそれを試しました:
File f = new File("/tmp"); f.mkdir();
しかし、それは機能していません。