| Chunk |
|---|
| Conflicting content |
|---|
* immediateattention, such as an incoming phone call or
* alarm clock that the user has explicitly set to a particular time.
* call (handled in the core Android Phone app with a full-screen Activity).
<<<<<<< HEAD
* Use with {@link #FLAG_HIGH_PRIORITY} to ensure that this notification will reach the user
* even when other notifications are suppressed.
=======
* If this facility is used for something else, please give the user an option
* to turn it off and use a normal notification, as this can be extremely
* disruptive.
>>>>>>> 6a3ffb5beeb6d88c5c1916bef60265f73f9e1822
*/
public PendingIntent fullScreenIntent;
|
| Solution content |
|---|
* immediateattention, such as an incoming phone call or
* alarm clock that the user has explicitly set to a particular time.
* call (handled in the core Android Phone app with a full-screen Activity).
* If this facility is used for something else, please give the user an option
* to turn it off and use a normal notification, as this can be extremely
* disruptive.
*
* |
| File |
|---|
| Notification.java |
| Developer's decision |
|---|
| Manual |
| Kind of conflict |
|---|
| Comment |