| Index: chrome/android/java/AndroidManifest.xml
|
| diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
|
| index 295d3ddcbe35c50aa2e2cdad04f7e46a3e1da0df..b42dcf0d507ce4ce65038ae9865c18e8f988d9d9 100644
|
| --- a/chrome/android/java/AndroidManifest.xml
|
| +++ b/chrome/android/java/AndroidManifest.xml
|
| @@ -155,6 +155,11 @@ by a child template that "extends" this file.
|
| {% if channel in ['dev', 'canary', 'default'] %}
|
| <category android:name="android.intent.category.MULTIWINDOW_LAUNCHER" />
|
| {% endif %}
|
| + {% set enable_vr_shell = enable_vr_shell|default(0) %}
|
| + {% if enable_vr_shell == "true" %}
|
| + <!-- Show icon in Daydream app launcher. -->
|
| + <category android:name="com.google.intent.category.DAYDREAM" />
|
| + {% endif %}
|
| </intent-filter>
|
| <!-- Matches the common case of intents with no MIME type.
|
| Make sure to keep in sync with the next filter. -->
|
|
|