Merge pull request #439 from kaidokert:pick_workaround

PiperOrigin-RevId: 538209925
(cherry picked from commit 824960bae924141a5036744226c5fe79b37d3c12)
parent bbd7bd8d
Showing with 1 additions and 0 deletions
...@@ -52,6 +52,7 @@ ...@@ -52,6 +52,7 @@
</intent-filter> </intent-filter>
<intent-filter> <intent-filter>
<action android:name="android.intent.action.VIEW"/> <action android:name="android.intent.action.VIEW"/>
<action android:name="com.google.android.exoplayer.demo.action.BROWSE"/>
<category android:name="android.intent.category.DEFAULT"/> <category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/> <category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="http"/> <data android:scheme="http"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment