diff options
author | Daniel Sandler <dsandler@android.com> | 2010-06-23 16:29:36 -0400 |
---|---|---|
committer | Daniel Sandler <dsandler@android.com> | 2010-06-23 16:29:36 -0400 |
commit | 69a4817e3e1e368e758ff8c238deb5ee26963c04 (patch) | |
tree | 3eaed1f053b09daabf84854acb3155216543a102 /libs | |
parent | efbe2d78ee5e26b6606c8552a5c1ac70749a5013 (diff) | |
download | frameworks_base-69a4817e3e1e368e758ff8c238deb5ee26963c04.zip frameworks_base-69a4817e3e1e368e758ff8c238deb5ee26963c04.tar.gz frameworks_base-69a4817e3e1e368e758ff8c238deb5ee26963c04.tar.bz2 |
Immersive activity API.
An Activity can declare itself to be "immersive" either by
setting android:immersive="true" in AndroidManifest or by
calling setImmersive(true).
Immersive activities "should" not be interrupted, for
example by Notifications with an associated
fullScreenIntent. (In the future we may even prevent any
non-system application from successfully calling
startActivity() if the foreground activity is immersive.)
Notifications with FLAG_HIGH_PRIORITY set will be shown to
the user in some less-obtrusive way if the frontmost
activity is immersive.
Change-Id: I8d0c25cc4e22371c27cbf2bb6372d2c95d57b2d7
Diffstat (limited to 'libs')
0 files changed, 0 insertions, 0 deletions