Home
last modified time | relevance | path

Searched refs:fullScreenPendingIntent (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
DHeadsUpNotificationFragment.java125 PendingIntent fullScreenPendingIntent = PendingIntent.getActivity(getActivity(), 0, in createNotification() local
129 .setFullScreenIntent(fullScreenPendingIntent, true); in createNotification()