Files
frameworks_base/core/java/android/app
Daniel Sandler 69a4817e3e 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
2010-06-23 16:29:36 -04:00
..
2010-05-14 11:47:42 -07:00
2010-06-23 16:29:36 -04:00
2010-03-18 13:44:45 -07:00
2010-06-10 14:38:58 -07:00
2009-07-21 11:16:54 -07:00
2010-06-02 08:54:47 -07:00
2010-06-23 16:29:36 -04:00
2009-07-31 17:38:20 -07:00
2010-04-07 13:54:49 +08:00
2009-07-21 11:16:54 -07:00
2010-06-07 21:19:16 -07:00
2010-03-04 11:52:14 -08:00