Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchService.java126 Intent chooserIntent = Intent.createChooser(shareIntent, null); in onStartCommand() local
127 chooserIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in onStartCommand()
128 getApplication().startActivity(chooserIntent); in onStartCommand()