[Android] manifest cleanup
Geoffrey Métais
git at videolan.org
Tue Jan 10 13:48:29 CET 2017
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Jan 10 13:47:47 2017 +0100| [ccfd45007b9366c85470eaed83601300073f7161] | committer: Geoffrey Métais
manifest cleanup
> https://code.videolan.org/videolan/vlc-android/commit/ccfd45007b9366c85470eaed83601300073f7161
---
vlc-android/AndroidManifest.xml | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 8fb60ff..289af20 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -76,7 +76,8 @@
android:label="@string/app_name"
android:logo="@drawable/icon"
android:theme="@style/Theme.VLC.Transparent"
- android:supportsRtl="true" >
+ android:supportsRtl="true"
+ tools:targetApi="lollipop">
<!-- Enable VLC in Samsung multiwindow mode -->
<meta-data android:name="com.samsung.android.sdk.multiwindow.enable" android:value="true" />
@@ -463,12 +464,6 @@
android:launchMode="singleTop" />
<service android:name=".DebugLogService"
android:process=":logger" />
-
- <activity
- android:name=".gui.NativeCrashActivity"
- android:process=":NativeCrashActivity"
- android:stateNotNeeded="true"
- android:theme="@style/Theme.VLC" />
<activity
android:name=".gui.video.VideoPlayerActivity"
android:configChanges="orientation|screenSize"
@@ -482,8 +477,7 @@
android:theme="@style/TransparentTheme" />
<service android:name=".extensions.ExtensionManagerService" />
- <service android:name=".PlaybackService"
- android:exported="true">
+ <service android:name=".PlaybackService" >
<intent-filter>
<action android:name="android.media.browse.MediaBrowserService" />
</intent-filter>
More information about the Android
mailing list