0

IntentFilter に定義されているすべての種類のアクションを知りたいです。

 <intent-filter>
            <action android:name="android.intent.action.MAIN" />
            <action android:name=""
            <category android:name="android.intent.category.LAUNCHER" />
        </intent-filter>
4

2 に答える 2

0

インテントフィルターに関するすべてが含まれているリンクを見てください http://developer.android.com/guide/components/intents-filters.html

于 2015-11-04T15:25:37.460 に答える