Skip to content

Commit eb9678b

Browse files
committed
Clean up Manifest
Change-Id: I5ec0a5e246d68befefef4aa930c546b42de6f756
1 parent 6a4f8e6 commit eb9678b

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

mediacontroller/src/main/AndroidManifest.xml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,27 +39,27 @@
3939

4040
<intent-filter>
4141
<action android:name="android.intent.action.MAIN" />
42-
4342
<category android:name="android.intent.category.LAUNCHER" />
4443
</intent-filter>
4544
</activity>
4645

4746
<activity
4847
android:name=".MediaAppControllerActivity"
4948
android:exported="true"
50-
android:launchMode="singleTask" />
49+
android:launchMode="singleTask">
50+
51+
<intent-filter>
52+
<action android:name="android.intent.action.VIEW" />
53+
</intent-filter>
54+
</activity>
5155

5256
<activity
5357
android:name=".MediaAppTestingActivity"
58+
android:exported = "true"
5459
android:launchMode="singleTask">
5560

5661
<intent-filter>
5762
<action android:name="android.intent.action.VIEW" />
58-
59-
<category android:name="android.intent.category.DEFAULT" />
60-
<category android:name="android.intent.category.BROWSABLE" />
61-
62-
<data android:scheme="mediacontroller" />
6363
</intent-filter>
6464
</activity>
6565

@@ -70,21 +70,19 @@
7070

7171
<intent-filter>
7272
<action android:name="android.intent.action.MAIN" />
73-
7473
<category android:name="android.intent.category.LEANBACK_LAUNCHER" />
75-
<category android:name="android.intent.category.DEFAULT" />
7674
</intent-filter>
7775
</activity>
7876

7977
<activity
8078
android:name=".tv.TvTestingActivity"
79+
android:exported="true"
80+
android:launchMode="singleTask"
8181
android:configChanges="orientation|keyboard|keyboardHidden"
8282
android:theme="@style/AppTheme.TV">
8383

8484
<intent-filter>
8585
<action android:name="android.intent.action.VIEW" />
86-
87-
<category android:name="android.intent.category.DEFAULT" />
8886
</intent-filter>
8987
</activity>
9088

0 commit comments

Comments
 (0)