We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee17cb commit 385eeceCopy full SHA for 385eece
Voice Control For Plex/src/main/AndroidManifest.xml
@@ -34,14 +34,6 @@
34
<service android:name=".PlexSearchService"
35
android:label="Plex Search">
36
</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>
45
<activity
46
android:name=".activities.NowPlayingActivity"
47
android:configChanges="orientation|screenSize"
0 commit comments