mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
Temp directory option
This commit is contained in:
parent
487aeb2053
commit
3d49eb8366
8 changed files with 24 additions and 18 deletions
|
@ -102,6 +102,7 @@ public class PreferenceActivity extends ZLPreferenceActivity {
|
|||
directoriesScreen.addPreference(new ZLStringListOptionPreference(
|
||||
this, Paths.WallpaperPathOption, directoriesScreen.Resource, "wallpaperPath"
|
||||
));
|
||||
directoriesScreen.addOption(Paths.TempDirectoryOption(), "tempDir");
|
||||
|
||||
final Screen appearanceScreen = createPreferenceScreen("appearance");
|
||||
appearanceScreen.addPreference(new LanguagePreference(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue