Home
last modified time | relevance | path

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

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DCalendarWatchFaceService.java164 Intent permissionIntent = new Intent( in onTapCommand() local
167 permissionIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in onTapCommand()
168 startActivity(permissionIntent); in onTapCommand()