Searched refs:ACTION_PICK (Results 1 – 25 of 52) sorted by relevance
123
/frameworks/base/docs/html/training/secure-file-sharing/ |
D | request-file.jd | 47 {@link android.content.Intent#ACTION_PICK ACTION_PICK} and a MIME type that the client app 65 mRequestFileIntent = new Intent(Intent.ACTION_PICK);
|
D | share-file.jd | 56 {@link android.content.Intent#ACTION_PICK ACTION_PICK}. When the client app calls 68 that matches the action {@link android.content.Intent#ACTION_PICK ACTION_PICK} and the
|
/frameworks/base/docs/html-intl/intl/ru/training/basics/intents/ |
D | result.jd | 62 Intent pickContactIntent = new Intent(Intent.ACTION_PICK, Uri.parse("content://contacts"));
|
/frameworks/base/docs/html-intl/intl/ja/training/basics/intents/ |
D | result.jd | 62 Intent pickContactIntent = new Intent(Intent.ACTION_PICK, Uri.parse("content://contacts"));
|
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/intents/ |
D | result.jd | 62 Intent pickContactIntent = new Intent(Intent.ACTION_PICK, Uri.parse("content://contacts"));
|
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/intents/ |
D | result.jd | 62 Intent pickContactIntent = new Intent(Intent.ACTION_PICK, Uri.parse("content://contacts"));
|
/frameworks/base/docs/html-intl/intl/ko/training/basics/intents/ |
D | result.jd | 62 Intent pickContactIntent = new Intent(Intent.ACTION_PICK, Uri.parse("content://contacts"));
|
/frameworks/base/docs/html/training/implementing-navigation/ |
D | descendant.jd | 60 Intent externalActivityIntent = new Intent(Intent.ACTION_PICK);
|
/frameworks/base/docs/html/training/basics/intents/ |
D | result.jd | 62 Intent pickContactIntent = new Intent(Intent.ACTION_PICK, Uri.parse("content://contacts"));
|
/frameworks/base/docs/html-intl/intl/pt-br/training/basics/intents/ |
D | result.jd | 62 Intent pickContactIntent = new Intent(Intent.ACTION_PICK, Uri.parse("content://contacts"));
|
/frameworks/base/docs/html/guide/components/ |
D | intents-common.jd | 726 use the {@link android.content.Intent#ACTION_PICK} action and specify the MIME type to 743 <dd>{@link android.content.Intent#ACTION_PICK}</dd> 759 Intent intent = new Intent(Intent.ACTION_PICK); 789 {@link android.content.Intent#ACTION_PICK} action and specify the MIME type to one 810 <dd>{@link android.content.Intent#ACTION_PICK}</dd> 839 Intent intent = new Intent(Intent.ACTION_PICK); 876 <li>Use the contact URI returned by the {@link android.content.Intent#ACTION_PICK}, 917 <li>Use the contact URI returned by the {@link android.content.Intent#ACTION_PICK},
|
/frameworks/base/docs/html-intl/intl/ru/guide/components/ |
D | activities.jd | 279 Intent intent = new Intent(Intent.ACTION_PICK, Contacts.CONTENT_URI);
|
/frameworks/base/docs/html-intl/intl/ja/guide/components/ |
D | activities.jd | 279 Intent intent = new Intent(Intent.ACTION_PICK, Contacts.CONTENT_URI);
|
/frameworks/base/docs/html-intl/intl/ko/guide/components/ |
D | activities.jd | 279 Intent intent = new Intent(Intent.ACTION_PICK, Contacts.CONTENT_URI);
|
/frameworks/base/docs/html-intl/intl/zh-tw/guide/components/ |
D | activities.jd | 279 Intent intent = new Intent(Intent.ACTION_PICK, Contacts.CONTENT_URI);
|
/frameworks/base/docs/html-intl/intl/zh-cn/guide/components/ |
D | activities.jd | 279 Intent intent = new Intent(Intent.ACTION_PICK, Contacts.CONTENT_URI);
|
/frameworks/base/docs/html-intl/intl/ru/guide/topics/providers/ |
D | content-provider-basics.jd | 1035 {@link android.content.Intent#ACTION_PICK} и тип MIME
|
D | document-provider.jd | 211 …иложения, оно должно активизировать намерение, например, {@link android.content.Intent#ACTION_PICK}
|
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/ |
D | document-provider.jd | 211 及更低版本,如果您想让应用从其他应用中检索文件,它必须调用 {@link android.content.Intent#ACTION_PICK}
|
D | content-provider-basics.jd | 1036 {@link android.content.Intent#ACTION_PICK} 和“联系人”MIME 类型
|
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/ |
D | content-provider-basics.jd | 1036 {@link android.content.Intent#ACTION_PICK} 動作的意圖以及「聯絡人」MIME 類型
|
D | document-provider.jd | 210 …roid 4.3 以下版本的裝置上從其他應用程式擷取檔案,您的應用程式就必須呼叫 {@link android.content.Intent#ACTION_PICK}或 {@link androi…
|
/frameworks/base/docs/html-intl/intl/ja/guide/topics/providers/ |
D | document-provider.jd | 210 <p>Android 4.3 以前では、別のアプリからファイルを取得する場合、{@link android.content.Intent#ACTION_PICK} や {@link android.…
|
/frameworks/base/docs/html-intl/intl/ko/guide/topics/providers/ |
D | document-provider.jd | 211 {@link android.content.Intent#ACTION_PICK}
|
D | content-provider-basics.jd | 1036 {@link android.content.Intent#ACTION_PICK} 작업과 "contacts" MIME 유형
|
123