Merge branch 'LA.BF64.1.2.2_rb4.7' of git://codeaurora.org/platform/packages/apps/Email into cm-13.0
This commit is contained in:
commit
cf825a5f7f
@ -345,6 +345,12 @@
|
||||
android:name=".activity.setup.AccountSecurity"
|
||||
android:label="@string/account_security_title"
|
||||
>
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<data android:host="com.android.email.ACCOUNT_SECURITY" />
|
||||
<data android:scheme="auth"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
|
Loading…
Reference in New Issue
Block a user