Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
34c53176
authored
Oct 15, 2019
by
olly
Committed by
Oliver Woodman
Oct 15, 2019
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Remove filter for intents that aren't handled
PiperOrigin-RevId: 274834663
parent
a95f0643
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
56 deletions
demos/gvr/src/main/AndroidManifest.xml
demos/gvr/src/main/java/com/google/android/exoplayer2/gvrdemo/SampleChooserActivity.java
demos/gvr/src/main/AndroidManifest.xml
View file @
34c53176
...
...
@@ -36,29 +36,15 @@
<action
android:name=
"android.intent.action.MAIN"
/>
<category
android:name=
"android.intent.category.LAUNCHER"
/>
</intent-filter>
<intent-filter>
<action
android:name=
"android.intent.action.VIEW"
/>
<category
android:name=
"android.intent.category.DEFAULT"
/>
<category
android:name=
"android.intent.category.BROWSABLE"
/>
<data
android:scheme=
"http"
/>
<data
android:scheme=
"https"
/>
<data
android:scheme=
"content"
/>
<data
android:scheme=
"asset"
/>
<data
android:scheme=
"file"
/>
<data
android:host=
"*"
/>
<data
android:pathPattern=
".*\\.exolist\\.json"
/>
</intent-filter>
</activity>
<activity
android:name=
"com.google.android.exoplayer2.gvrdemo.PlayerActivity"
android:configChanges=
"density|keyboardHidden|navigation|orientation|screenSize|uiMode"
android:enableVrMode=
"@string/gvr_vr_mode_component"
android:exported=
"false"
android:label=
"@string/application_name"
android:launchMode=
"singleTask"
android:enableVrMode=
"@string/gvr_vr_mode_component"
android:resizeableActivity=
"false"
android:screenOrientation=
"landscape"
android:theme=
"@style/VrActivityTheme"
>
...
...
demos/gvr/src/main/java/com/google/android/exoplayer2/gvrdemo/SampleChooserActivity.java
View file @
34c53176
...
...
@@ -44,47 +44,6 @@ public class SampleChooserActivity extends Activity {
"Iceland (360 top-bottom stereo ts)"
,
"https://storage.googleapis.com/exoplayer-test-media-1/360/iceland0.ts"
,
SPHERICAL_STEREO_MODE_TOP_BOTTOM
),
new
Sample
(
"Camera motion metadata test"
,
"https://storage.googleapis.com/exoplayer-test-media-internal-"
+
"63834241aced7884c2544af1a3452e01/vr180/synthetic_with_camm.mp4"
,
SPHERICAL_STEREO_MODE_TOP_BOTTOM
),
new
Sample
(
"actual_camera_cat"
,
"https://storage.googleapis.com/exoplayer-test-media-internal-"
+
"63834241aced7884c2544af1a3452e01/vr180/actual_camera_cat.mp4"
,
SPHERICAL_STEREO_MODE_TOP_BOTTOM
),
new
Sample
(
"johnny_stitched"
,
"https://storage.googleapis.com/exoplayer-test-media-internal-"
+
"63834241aced7884c2544af1a3452e01/vr180/johnny_stitched.mp4"
,
SPHERICAL_STEREO_MODE_TOP_BOTTOM
),
new
Sample
(
"lenovo_birds.vr"
,
"https://storage.googleapis.com/exoplayer-test-media-internal-"
+
"63834241aced7884c2544af1a3452e01/vr180/lenovo_birds.vr.mp4"
,
SPHERICAL_STEREO_MODE_TOP_BOTTOM
),
new
Sample
(
"mono_v1_sample"
,
"https://storage.googleapis.com/exoplayer-test-media-internal-"
+
"63834241aced7884c2544af1a3452e01/vr180/mono_v1_sample.mp4"
,
SPHERICAL_STEREO_MODE_MONO
),
new
Sample
(
"not_vr180_actually_shot_with_moto_mod"
,
"https://storage.googleapis.com/exoplayer-test-media-internal-"
+
"63834241aced7884c2544af1a3452e01/vr180/"
+
"not_vr180_actually_shot_with_moto_mod.mp4"
,
SPHERICAL_STEREO_MODE_TOP_BOTTOM
),
new
Sample
(
"stereo_v1_sample"
,
"https://storage.googleapis.com/exoplayer-test-media-internal-"
+
"63834241aced7884c2544af1a3452e01/vr180/stereo_v1_sample.mp4"
,
SPHERICAL_STEREO_MODE_TOP_BOTTOM
),
new
Sample
(
"yi_giraffes.vr"
,
"https://storage.googleapis.com/exoplayer-test-media-internal-"
+
"63834241aced7884c2544af1a3452e01/vr180/yi_giraffes.vr.mp4"
,
SPHERICAL_STEREO_MODE_TOP_BOTTOM
),
};
@Override
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment