1
0
Fork 0
mirror of https://github.com/rfc2822/GfxTablet synced 2025-10-04 10:09:16 +02:00

Various changes

* show full-screen option only for Android 4.4+ (no immersive mode below)
* show toast with destination IP address at start-up
* add option to keep display active (fixes #71)
This commit is contained in:
Ricki Hirner 2015-06-21 19:12:41 +02:00
parent 29e84b8fd0
commit 40cd6bfaa2
13 changed files with 31 additions and 2 deletions

View file

@ -7,7 +7,8 @@ public class SettingsActivity extends ActionBarActivity {
public static final String
KEY_PREF_HOST = "host_preference",
KEY_PREF_STYLUS_ONLY = "stylus_only_preference",
KEY_DARK_CANVAS = "dark_canvas_preference";
KEY_DARK_CANVAS = "dark_canvas_preference",
KEY_KEEP_DISPLAY_ACTIVE = "keep_display_active_preference";
@Override
protected void onCreate(Bundle savedInstanceState) {