]> git.saurik.com Git - android/aapt.git/commit
Implement issue #1780928: Need support hiding nav keys.
authorDianne Hackborn <hackbod@google.com>
Wed, 16 Sep 2009 05:50:40 +0000 (22:50 -0700)
committerDianne Hackborn <hackbod@google.com>
Wed, 16 Sep 2009 05:50:40 +0000 (22:50 -0700)
commit0096feb5e9367cd51a067079fd5bceaac435e5e5
tree7ca318b4e373098050af478d978100ddd2aa4e2b
parent706a572fbf6d24af88c9f8829653e76b84a49ea3
Implement issue #1780928: Need support hiding nav keys.

This implements support for devices whose hardware can hide
their navigation keys.  It works much like the existing keyboardHidden
configuration, and for compatibility uses the same configuration
change bit.

Also add FLAG_TURN_ON_SCREEN for windows, which has the system
cause the screen to be turned on when the window is displayed.
Great fun when used with FLAG_SHOW_WHEN_LOCKED!

Change-Id: I0b867f19af85cfd8786a14cea194b34f7bdd9b7a
AaptAssets.cpp
AaptAssets.h