Home
last modified time | relevance | path

Searched refs:CATEGORY_OPENABLE (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/base/packages/DocumentsUI/app-perf-tests/src/com/android/documentsui/
DLauncherActivity.java46 intent.addCategory(Intent.CATEGORY_OPENABLE); in onCreate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DKeycodeSelectionHelper.java76 return new Intent(Intent.ACTION_OPEN_DOCUMENT).addCategory(Intent.CATEGORY_OPENABLE) in getSelectImageIntent()
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/
Ddocument-provider.jd264 intent.addCategory(Intent.CATEGORY_OPENABLE);
280 <li>在 Intent 中添加类别 {@link android.content.Intent#CATEGORY_OPENABLE}
434 intent.addCategory(Intent.CATEGORY_OPENABLE);
464 并使用类别 {@link android.content.Intent#CATEGORY_OPENABLE}
479 intent.addCategory(Intent.CATEGORY_OPENABLE);
/frameworks/base/docs/html-intl/intl/ja/guide/topics/providers/
Ddocument-provider.jd264 intent.addCategory(Intent.CATEGORY_OPENABLE);
280 <li>カテゴリ {@link android.content.Intent#CATEGORY_OPENABLE} をインテントに追加すると、結果がフィルタリングされ、画像ファイルなどの開くことがで…
434 intent.addCategory(Intent.CATEGORY_OPENABLE);
461 …#ACTION_OPEN_DOCUMENT} インテントを起動し、カテゴリ {@link android.content.Intent#CATEGORY_OPENABLE} を使って、開くことがで…
479 intent.addCategory(Intent.CATEGORY_OPENABLE);
/frameworks/base/docs/html-intl/intl/ru/guide/topics/providers/
Ddocument-provider.jd264 intent.addCategory(Intent.CATEGORY_OPENABLE);
280 <li>Добавление категории {@link android.content.Intent#CATEGORY_OPENABLE} в
434 intent.addCategory(Intent.CATEGORY_OPENABLE);
464 категория {@link android.content.Intent#CATEGORY_OPENABLE} используется, чтобы отображались только
479 intent.addCategory(Intent.CATEGORY_OPENABLE);
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/
Ddocument-provider.jd264 intent.addCategory(Intent.CATEGORY_OPENABLE);
280 <li>將 {@link android.content.Intent#CATEGORY_OPENABLE} 這個類別加入意圖中可篩選搜尋結果,限定系統只顯示可開啟的文件 (例如圖片檔)。
434 intent.addCategory(Intent.CATEGORY_OPENABLE);
461 …nt.Intent#ACTION_OPEN_DOCUMENT} 意圖並使用 {@link android.content.Intent#CATEGORY_OPENABLE} 類別限制系統只顯示可開…
479 intent.addCategory(Intent.CATEGORY_OPENABLE);
/frameworks/base/docs/html-intl/intl/ko/guide/topics/providers/
Ddocument-provider.jd264 intent.addCategory(Intent.CATEGORY_OPENABLE);
280 <li>{@link android.content.Intent#CATEGORY_OPENABLE} 카테고리를
434 intent.addCategory(Intent.CATEGORY_OPENABLE);
464 {@link android.content.Intent#CATEGORY_OPENABLE} 카테고리를 사용해
479 intent.addCategory(Intent.CATEGORY_OPENABLE);
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DOnePlayerActivity.java163 intent.addCategory(Intent.CATEGORY_OPENABLE);
/frameworks/base/docs/html/training/secure-file-sharing/
Dshare-file.jd70 {@link android.content.Intent#CATEGORY_OPENABLE CATEGORY_OPENABLE}. Also add MIME type filters
/frameworks/base/docs/html-intl/intl/in/guide/topics/providers/
Ddocument-provider.jd264 intent.addCategory(Intent.CATEGORY_OPENABLE);
280 <li>Menambahkan kategori {@link android.content.Intent#CATEGORY_OPENABLE} ke
434 intent.addCategory(Intent.CATEGORY_OPENABLE);
464 kategori {@link android.content.Intent#CATEGORY_OPENABLE} untuk menampilkan
479 intent.addCategory(Intent.CATEGORY_OPENABLE);
/frameworks/base/docs/html-intl/intl/id/guide/topics/providers/
Ddocument-provider.jd264 intent.addCategory(Intent.CATEGORY_OPENABLE);
280 <li>Menambahkan kategori {@link android.content.Intent#CATEGORY_OPENABLE} ke
434 intent.addCategory(Intent.CATEGORY_OPENABLE);
464 kategori {@link android.content.Intent#CATEGORY_OPENABLE} untuk menampilkan
479 intent.addCategory(Intent.CATEGORY_OPENABLE);
/frameworks/base/docs/html/guide/topics/providers/
Ddocument-provider.jd266 intent.addCategory(Intent.CATEGORY_OPENABLE);
282 <li>Adding the category {@link android.content.Intent#CATEGORY_OPENABLE} to the
436 intent.addCategory(Intent.CATEGORY_OPENABLE);
466 category {@link android.content.Intent#CATEGORY_OPENABLE} to to display only
481 intent.addCategory(Intent.CATEGORY_OPENABLE);
/frameworks/base/docs/html-intl/intl/pt-br/guide/topics/providers/
Ddocument-provider.jd264 intent.addCategory(Intent.CATEGORY_OPENABLE);
280 <li>A adição da categoria {@link android.content.Intent#CATEGORY_OPENABLE}
434 intent.addCategory(Intent.CATEGORY_OPENABLE);
464 a categoria {@link android.content.Intent#CATEGORY_OPENABLE} para exibir somente
479 intent.addCategory(Intent.CATEGORY_OPENABLE);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DDocumentsActivity.java142 state.openableOnly = intent.hasCategory(Intent.CATEGORY_OPENABLE); in includeState()
/frameworks/base/docs/html-intl/intl/vi/guide/topics/providers/
Ddocument-provider.jd264 intent.addCategory(Intent.CATEGORY_OPENABLE);
280 <li>Thêm thể loại {@link android.content.Intent#CATEGORY_OPENABLE} vào
434 intent.addCategory(Intent.CATEGORY_OPENABLE);
464 thể loại {@link android.content.Intent#CATEGORY_OPENABLE} để chỉ hiển thị
479 intent.addCategory(Intent.CATEGORY_OPENABLE);
/frameworks/base/docs/html/guide/components/
Dintents-common.jd1168 the {@link android.content.Intent#CATEGORY_OPENABLE} category to your intent.</p>
1204 <dt>{@link android.content.Intent#CATEGORY_OPENABLE}</dt>
1291 <strong>must</strong> declare the {@link android.content.Intent#CATEGORY_OPENABLE} category. If
1332 <dt>{@link android.content.Intent#CATEGORY_OPENABLE}</dt>
1347 intent.addCategory(Intent.CATEGORY_OPENABLE);
/frameworks/base/docs/html-intl/intl/ko/about/versions/nougat/
Dandroid-7.0.jd983 {@link android.content.Intent#CATEGORY_OPENABLE} 카테고리를 포함하는 경우에는 앱이 어떤 가상 파일도 수신하지 못합니다.
/frameworks/base/docs/html-intl/intl/zh-cn/about/versions/nougat/
Dandroid-7.0.jd979 …InputStream()} 方法来直接打开一个虚拟文件,因此如果您包括了 {@link android.content.Intent#CATEGORY_OPENABLE} 类别,您的应用不会收到…
/frameworks/base/docs/html-intl/intl/ja/about/versions/nougat/
Dandroid-7.0.jd979 …ream()} メソッドを使用して仮想ファイルを直接開くことができないため、{@link android.content.Intent#CATEGORY_OPENABLE} カテゴリが含まれている…
/frameworks/base/docs/html-intl/intl/in/about/versions/nougat/
Dandroid-7.0.jd983 {@link android.content.Intent#CATEGORY_OPENABLE}.
/frameworks/base/docs/html-intl/intl/id/about/versions/nougat/
Dandroid-7.0.jd983 {@link android.content.Intent#CATEGORY_OPENABLE}.
/frameworks/base/core/java/android/content/
DIntent.java3443 public static final String CATEGORY_OPENABLE = "android.intent.category.OPENABLE"; field in Intent
/frameworks/base/docs/html/about/versions/nougat/
Dandroid-7.0.jd1149 {@link android.content.Intent#CATEGORY_OPENABLE} category.
/frameworks/base/docs/html-intl/intl/pt-br/about/versions/nougat/
Dandroid-7.0.jd983 {@link android.content.Intent#CATEGORY_OPENABLE}.
/frameworks/base/docs/html-intl/intl/es/about/versions/nougat/
Dandroid-7.0.jd983 {@link android.content.Intent#CATEGORY_OPENABLE}.

12