Searched refs:chooserIntent (Results 1 – 1 of 1) sorted by relevance
126 Intent chooserIntent = Intent.createChooser(shareIntent, null); in onStartCommand() local127 chooserIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in onStartCommand()128 getApplication().startActivity(chooserIntent); in onStartCommand()