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:
parent
29e84b8fd0
commit
40cd6bfaa2
13 changed files with 31 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue