我的應用程序需要一個配置文件。在優先順序:
1)用戶應該能夠通過手機連接到PC來更新它&選擇
2)我的應用程序需要能夠讀取大容量存儲模式&覆蓋
3)我應該是能夠與我的安裝者分銷應用程序配置文件
我該怎麼做?我檢查了"Using the External Storage" on this this page,但getExternalFilesDir(null).getAbsolutePath()
返回/mnt/sdcard/Android/data/com.MyApp/files
,我想我不能用安裝程序將文件放在那個位置。
Android中沒有「安裝程序」。 – CommonsWare