2016-12-12 11 views

答えて

6

、あなたの設定の活動でこの<intent-filter>を使用することができます。

<intent-filter> 
    <action android:name="android.intent.action.APPLICATION_PREFERENCES" /> 
    <category android:name="android.intent.category.DEFAULT" /> 
</intent-filter> 

設定アプリはそれをピックアップし、その歯車のアイコンを介してユーザが使用できるようにしなければなりません。

関連する問題