Skip to content

Commit

Permalink
Point startup url to tv/splash (#4793)
Browse files Browse the repository at this point in the history
b/393190647
  • Loading branch information
johnxwork authored Feb 1, 2025
1 parent 4740f06 commit 86e2216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cobalt/android/apk/app/src/app/AndroidManifest.xml.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
android:windowSoftInputMode="adjustResize"
android:hardwareAccelerated="true"
android:exported="true">
<meta-data android:name="cobalt.APP_URL" android:value="https://www.youtube.com/tv"/>
<meta-data android:name="cobalt.APP_URL" android:value="https://www.youtube.com/tv/splash"/>
<meta-data android:name="cobalt.EVERGREEN_LITE" android:value="false"/>
<meta-data android:name="android.app.lib_name" android:value="cobalt"/>
<intent-filter>
Expand Down

0 comments on commit 86e2216

Please sign in to comment.