Use existing intent filter for editing settings

Change-Id: Ief365ba8046cd987f3afeb3736d7200eeec29d77
This commit is contained in:
Paul Westbrook 2012-02-22 14:50:33 -08:00
parent c2412dfec4
commit 69e37ad2a2
1 changed files with 1 additions and 10 deletions

View File

@ -176,22 +176,13 @@
<data <data
android:scheme="content" android:scheme="content"
android:host="ui.email.android.com" android:host="ui.email.android.com"
android:path="/settings" android:pathPrefix="/settings"
/> />
</intent-filter> </intent-filter>
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MANAGE_NETWORK_USAGE" /> <action android:name="android.intent.action.MANAGE_NETWORK_USAGE" />
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
</intent-filter> </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>
<activity <activity
android:name=".activity.setup.AccountSecurity" android:name=".activity.setup.AccountSecurity"