Projects >> frameworks_base_disabled >>6171401a0a5b25ec5d66d7693a5285d54cca89ae

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.
     * 
     * 

Use with {@link #FLAG_HIGH_PRIORITY} to ensure that this notification * will reach the user even when other notifications are suppressed. */ public PendingIntent fullScreenIntent;

File
Notification.java
Developer's decision
Manual
Kind of conflict
Comment