Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java270 Intent chooserIntent = Intent.createChooser(sharingIntent, null, in doInBackground() local
272 chooserIntent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TASK in doInBackground()
276 PendingIntent.getActivity(context, 0, chooserIntent, in doInBackground()