Hi,
my app uses the new "immersive mode" by calling (in onCreate()):
int uiOptions =
getWindow().getDecorView().getSystemUiVisibility();
uiOptions |= View.SYSTEM_UI_FLAG_HIDE_NAVIGATION;
uiOptions |= View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY;
getWindow().getDecorView().setSystemUiVisibility(uiOptions);
This works great, but on some devices, the "how-to" popup ("Swipe down from
the top to make the navigation controls reappear") appears almost every
time the Activity is launched, even though the user has acknowledged the
popup. Following the instructions once (to "demonstrate" to the system that
the user knows how to get the navigation controls back if needed) also
doesn't help. As far as I understand, the popup is automatically generated
by the system, so there's nothing I can do to change this situation,
correct?
This happens on multiple devices running 4.4, including the Nexus 4 and 5.
Thanks!
Best regards,
Nick
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
---
You received this message because you are subscribed to the Google Groups
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.