Let Data Usage settings jump to Email settings
Bug: 4725602 Change-Id: Ic343e046007859326f3f3314ac79f826617b21f5
This commit is contained in:
parent
786285b3a6
commit
f653fdf7bf
@ -178,6 +178,10 @@
|
|||||||
android:path="/settings"
|
android:path="/settings"
|
||||||
/>
|
/>
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
<intent-filter>
|
||||||
|
<action android:name="android.intent.action.MANAGE_NETWORK_USAGE" />
|
||||||
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
<activity
|
<activity
|
||||||
android:name=".activity.setup.AccountSecurity"
|
android:name=".activity.setup.AccountSecurity"
|
||||||
|
Loading…
Reference in New Issue
Block a user