Support for new settings intent

Change-Id: I0d5a1f8e6f90885464bcd348a1fae1a3b7db415a
This commit is contained in:
Paul Westbrook 2012-02-22 13:30:38 -08:00
parent 6b9d94bf39
commit c2412dfec4
1 changed files with 9 additions and 0 deletions

View File

@ -183,6 +183,15 @@
<action android:name="android.intent.action.MANAGE_NETWORK_USAGE" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<!-- TODO(pwestbro): require a permission that will restrict launching this to
callers within the process. (This may require moving this intent filter to a
different activity. -->
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:host="email" />
<data android:scheme="setting"/>
</intent-filter>
</activity>
<activity
android:name=".activity.setup.AccountSecurity"