mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
standard temp files dir
This commit is contained in:
parent
2d08f9e149
commit
05425a170b
7 changed files with 43 additions and 27 deletions
|
@ -106,7 +106,7 @@ public class PreferenceActivity extends ZLPreferenceActivity {
|
|||
directoriesScreen.Resource, "bookPath", Paths.BookPathOption, libraryUpdater
|
||||
));
|
||||
directoriesScreen.addPreference(myChooserCollection.createPreference(
|
||||
directoriesScreen.Resource, "downloadDir", Paths.DownloadsDirectoryOption(), libraryUpdater
|
||||
directoriesScreen.Resource, "downloadDir", Paths.DownloadsDirectoryOption, libraryUpdater
|
||||
));
|
||||
directoriesScreen.addPreference(myChooserCollection.createPreference(
|
||||
directoriesScreen.Resource, "fontPath", Paths.FontPathOption, null
|
||||
|
@ -115,7 +115,7 @@ public class PreferenceActivity extends ZLPreferenceActivity {
|
|||
directoriesScreen.Resource, "wallpaperPath", Paths.WallpaperPathOption, null
|
||||
));
|
||||
directoriesScreen.addPreference(myChooserCollection.createPreference(
|
||||
directoriesScreen.Resource, "tempDir", Paths.TempDirectoryOption(), null
|
||||
directoriesScreen.Resource, "tempDir", Paths.TempDirectoryOption, null
|
||||
));
|
||||
|
||||
final Screen appearanceScreen = createPreferenceScreen("appearance");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue