| Index: chrome/android/shell/java/AndroidManifest.xml.jinja2
|
| diff --git a/chrome/android/shell/java/AndroidManifest.xml.jinja2 b/chrome/android/shell/java/AndroidManifest.xml.jinja2
|
| index a8dde18985023968dfbac1aafa2f27978e5e4011..c91196e7e13804dba3fc1548a71783ae3bc47fc6 100644
|
| --- a/chrome/android/shell/java/AndroidManifest.xml.jinja2
|
| +++ b/chrome/android/shell/java/AndroidManifest.xml.jinja2
|
| @@ -49,6 +49,7 @@
|
| <intent-filter>
|
| <action android:name="android.intent.action.MAIN" />
|
| <category android:name="android.intent.category.LAUNCHER" />
|
| + <category android:name="android.intent.category.NOTIFICATION_PREFERENCES" />
|
| </intent-filter>
|
| </activity>
|
| <activity android:name="org.chromium.sync.test.util.MockGrantCredentialsPermissionActivity"
|
| @@ -63,11 +64,6 @@
|
| android:configChanges="orientation|keyboardHidden|keyboard|screenSize"
|
| android:label="@string/preferences"
|
| android:exported="false">
|
| - <intent-filter>
|
| - <action android:name="android.intent.action.MAIN" />
|
| - <category android:name="android.intent.category.DEFAULT" />
|
| - <category android:name="android.intent.category.NOTIFICATION_PREFERENCES" />
|
| - </intent-filter>
|
| </activity>
|
|
|
| <!-- The following service entries exist in order to allow us to
|
|
|