Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
<動作>
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
- 語法:
<action android:name="string" />
- 包含於:
<intent-filter>
- 說明:
- 新增動作至意圖篩選器。
<intent-filter> 元素必須包含一或多個 <action> 元素。如果有
意圖篩選器中沒有任何 <action> 元素,篩選器
不接受任何 Intent 物件。
進一步瞭解意圖篩選器和動作角色
套用篩選器的規格,請參閱
意圖和
意圖篩選器。
- 屬性:
android:name
- 動作的名稱。部分標準動作在
Intent 類別中定義為 ACTION_string 常數。如何將其中一個動作指派給
請在此屬性的前面加上 android.intent.action.
ACTION_ 後方的 string。
例如,如果是 ACTION_MAIN,請使用 android.intent.action.MAIN。
如果是 ACTION_WEB_SEARCH,請使用 android.intent.action.WEB_SEARCH。
針對定義的動作,最好使用應用程式的套件名稱做為
可確保獨特性例如,TRANSMOGRIFY 動作可以指定如下:
<action android:name="com.example.project.TRANSMOGRIFY" />
- 導入版本:
- API 級別 1
- 另請參閱:
<intent-filter>
這個頁面中的內容和程式碼範例均受《內容授權》中的授權所規範。Java 與 OpenJDK 是 Oracle 和/或其關係企業的商標或註冊商標。
上次更新時間:2025-07-27 (世界標準時間)。
[[["容易理解","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 (世界標準時間)。"],[],[]]