כוונות נפוצות של אפליקציות ללא התקנה
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
אזהרה: התכונה 'Google Play ללא התקנה' לא תהיה זמינה יותר. החל מדצמבר 2025, לא תהיה אפשרות לפרסם אפליקציות ללא התקנה דרך Google Play, וכל ממשקי Instant API של Google Play Services יפסיקו לפעול. המשתמשים לא יקבלו יותר אפליקציות מיידיות מ-Play באמצעות מנגנון כלשהו.
אנחנו מבצעים את השינוי הזה על סמך משוב שקיבלנו ממפתחים וההשקעות המתמשכות שלנו בשיפור הסביבה העסקית מאז השקת Google Play ללא התקנה.
כדי להמשיך לבצע אופטימיזציה לצמיחת מספר המשתמשים, אנחנו ממליצים למפתחים להפנות את המשתמשים לגרסה הרגילה של האפליקציה או המשחק באמצעות קישורי עומק, כדי להפנות אותם למסלולים או לתכונות ספציפיים כשזה רלוונטי.
אפליקציות מיידיות מסתמכות על כלי בחירה ועל רכיבים אחרים שמוגדרים על ידי המערכת כדי לבצע את העבודה.
כדי להבטיח קבוצה בסיסית של פונקציונליות לאפליקציות מיידיות, מסמך ה-CDD של Android מציין קבוצה של אפליקציות ליבה שחייבות להיות במכשירים תואמים ולספק את הפונקציונליות שלהן לאפליקציות מיידיות באמצעות רכיבי handler של Intent. אפליקציות מיידיות יכולות לבקש בבטחה את הפונקציונליות באמצעות ה-Intent האלה, ולהיות בטוחות שה-Intent יטופל כמו שצריך.
בטבלה הבאה מפורטים ה-Intents הנפוצים לאפליקציות ללא התקנה במכשירי Android תואמים, ורמת ה-API שבה הם הוצגו כדרישות CTS במכשירים שתומכים באפליקציות ללא התקנה.
מידע נוסף על כוונות או על שליחת כוונות זמין במסמכי התיעוד.
- זמין רק במכשירים שתומכים ב-FEATURE_CAMERA או ב-FEATURE_CAMERA_ANY
דוגמאות התוכן והקוד שבדף הזה כפופות לרישיונות המפורטים בקטע רישיון לתוכן. Java ו-OpenJDK הם סימנים מסחריים או סימנים מסחריים רשומים של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-27 (שעון UTC).
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-07-27 (שעון UTC)."],[],[],null,["# Instant App Common Intents\n\n**Warning:** Google Play Instant will no longer be available. Starting December 2025,\nInstant Apps cannot be published through Google Play, and all\n[Google Play services Instant APIs](https://developers.google.com/android/reference/com/google/android/gms/instantapps/package-summary)\nwill no longer work. Users will no longer be served Instant Apps by Play using any\nmechanism.\n\nWe're making this change based on developer feedback and our continuous investments\nto improve the ecosystem since the introduction of Google Play Instant.\n\nTo continue optimizing for user growth, we encourage developers to refer users to\ntheir regular app or game, using [deeplinks](https://support.google.com/googleplay/android-developer/answer/12463044)\nto redirect them to specific journeys or features when relevant.\n\nInstant apps rely on pickers and other system-defined components to do work.\nTo ensure a basic set of functionality for Instant Apps,\nthe Android CDD specifies a set of core apps that must be present on\ncompatible devices and provide their functionality to Instant Apps\nthrough Intent handlers. Instant apps can safely request the functionality\nthrough these Intents and be assured that the Intent is handled properly.\n\nThe table below lists the common Intents for Instant Apps on\ncompatible Android devices, along with the API level in which they\nwere introduced as CTS requirements on devices that support Instant Apps.\nTo learn more about Intents or how to send them, see the\n[documentation](/guide/components/intents-filters).\n\n| Intent action | Intent category | Intent MIME type | API introduced (for Instant Apps) |\n|---------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------|------------------------------------------|-----------------------------------|\n| [android.intent.action.CHOOSER](/reference/android/content/Intent#CHOOSER) | none | none | Android 8 (API 26) |\n| [android.intent.action.PICK](/reference/android/content/Intent#ACTION_PICK) | none | vnd.android.cursor.dir/contact | Android 8 (API 26) |\n| [android.intent.action.PICK](/reference/android/content/Intent#ACTION_PICK) | none | vnd.android.cursor.dir/phone_v2 | Android 8 (API 26) |\n| [android.intent.action.PICK](/reference/android/content/Intent#ACTION_PICK) | none | vnd.android.cursor.dir/email_v2 | Android 8 (API 26) |\n| [android.intent.action.PICK](/reference/android/content/Intent#ACTION_PICK) | none | vnd.android.cursor.dir/postal-address_v2 | Android 8 (API 26) |\n| [android.intent.action.OPEN_DOCUMENT](/reference/android/content/Intent#ACTION_OPEN_DOCUMENT) | [CATEGORY_OPENABLE](/reference/android/content/Intent#CATEGORY_OPENABLE) | \\*/\\* | Android 8 (API 26) |\n| [android.intent.action.OPEN_DOCUMENT](/reference/android/content/Intent#ACTION_OPEN_DOCUMENT) | none | \\*/\\* | Android 8 (API 26) |\n| [android.intent.action.GET_CONTENT](/reference/android/content/Intent#ACTION_GET_CONTENT) | [CATEGORY_OPENABLE](/reference/android/content/Intent#CATEGORY_OPENABLE) | \\*/\\* | Android 8 (API 26) |\n| [android.intent.action.GET_CONTENT](/reference/android/content/Intent#ACTION_GET_CONTENT) | none | \\*/\\* | Android 8 (API 26) |\n| [android.intent.action.OPEN_DOCUMENT_TREE](/reference/android/content/Intent#ACTION_OPEN_DOCUMENT_TREE) | none | none | Android 8 (API 26) |\n| [android.intent.action.CREATE_DOCUMENT](/reference/android/content/Intent#ACTION_CREATE_DOCUMENT) | [CATEGORY_OPENABLE](/reference/android/content/Intent#CATEGORY_OPENABLE) | text/plain | Android 8 (API 26) |\n| [android.intent.action.CREATE_DOCUMENT](/reference/android/content/Intent#ACTION_CREATE_DOCUMENT) | none | text/plain | Android 8 (API 26) |\n| [android.media.action.IMAGE_CAPTURE](/reference/android/provider/MediaStore#ACTION_IMAGE_CAPTURE)^1^ | none | none | Android 8 (API 26) |\n| [android.media.action.VIDEO_CAPTURE](/reference/android/provider/MediaStore#ACTION_VIDEO_CAPTURE) ^1^ | none | none | Android 8 (API 26) |\n\n1. Available only on devices that support [FEATURE_CAMERA](/reference/android/content/pm/PackageManager#FEATURE_CAMERA) or [FEATURE_CAMERA_ANY](/reference/android/content/pm/PackageManager#FEATURE_CAMERA_ANY)"]]