Skip to content

Commit 385eece

Browse files
author
Chris Bellew
committed
Removed reference to old Activity.
1 parent 8ee17cb commit 385eece

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Voice Control For Plex/src/main/AndroidManifest.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,6 @@
3434
<service android:name=".PlexSearchService"
3535
android:label="Plex Search">
3636
</service>
37-
<activity
38-
android:name=".PlayMediaActivity"
39-
android:configChanges="orientation|screenSize"
40-
android:label="@string/app_name" >
41-
<intent-filter>
42-
<action android:name="android.intent.action.SEND" />
43-
</intent-filter>
44-
</activity>
4537
<activity
4638
android:name=".activities.NowPlayingActivity"
4739
android:configChanges="orientation|screenSize"

0 commit comments

Comments
 (0)