public final class IntentCompat
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static android.content.Intent |
createChooser(android.content.Intent target,
java.lang.CharSequence title)
Declare chooser activity in manifest:
|
public static android.content.Intent createChooser(android.content.Intent target,
java.lang.CharSequence title)
<activity android:name="org.holoeverywhere.ChooserActivity"
android:theme="@style/Holo.Theme.Dialog.Alert.Light"
android:finishOnCloseSystemDialogs="true"
android:excludeFromRecents="true"
android:multiprocess="true" />
Copyright © 2012-2013. All Rights Reserved.