summaryrefslogtreecommitdiff
path: root/vdrmanager/de.bjusystems.vdrmanager/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vdrmanager/de.bjusystems.vdrmanager/src/main/AndroidManifest.xml')
-rw-r--r--vdrmanager/de.bjusystems.vdrmanager/src/main/AndroidManifest.xml30
1 files changed, 18 insertions, 12 deletions
diff --git a/vdrmanager/de.bjusystems.vdrmanager/src/main/AndroidManifest.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/AndroidManifest.xml
index cfedf7f..ad02637 100644
--- a/vdrmanager/de.bjusystems.vdrmanager/src/main/AndroidManifest.xml
+++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/AndroidManifest.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.bjusystems.vdrmanager"
- android:versionCode="12700"
- android:versionName="12.70" >
+ android:versionCode="12710"
+ android:versionName="12.71">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
@@ -20,11 +20,11 @@
android:hardwareAccelerated="true"
android:icon="@drawable/app_logo"
android:label="@string/app_name"
- android:theme="@style/AppTheme" >
+ android:theme="@style/AppTheme">
<activity
android:name=".gui.VdrManagerActivity"
android:configChanges="locale"
- android:label="@string/app_name" >
+ android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -43,7 +43,7 @@
android:configChanges="orientation|locale|screenSize" />
<activity
android:name=".gui.EventEpgListActivity"
- android:configChanges="orientation|locale|screenSize" >
+ android:configChanges="orientation|locale|screenSize">
<intent-filter>
<action android:name="android.intent.action.SEARCH" />
</intent-filter>
@@ -54,7 +54,7 @@
</activity>
<activity
android:name=".gui.TimerListActivity"
- android:configChanges="orientation|locale|screenSize" >
+ android:configChanges="orientation|locale|screenSize">
<intent-filter>
<action android:name="android.intent.action.SEARCH" />
</intent-filter>
@@ -68,7 +68,7 @@
android:configChanges="orientation|locale|screenSize" />
<activity
android:name=".gui.ChannelListActivity"
- android:configChanges="orientation|locale|screenSize" >
+ android:configChanges="orientation|locale|screenSize">
<intent-filter>
<action android:name="android.intent.action.SEARCH" />
</intent-filter>
@@ -79,7 +79,7 @@
</activity>
<activity
android:name=".gui.EpgDetailsActivity"
- android:configChanges="orientation|locale|screenSize" >
+ android:configChanges="orientation|locale|screenSize">
<intent-filter>
<action android:name="android.intent.action.SEARCH" />
</intent-filter>
@@ -91,7 +91,7 @@
<activity
android:name=".gui.TimerDetailsActivity"
android:configChanges="orientation|locale|keyboardHidden|screenSize"
- android:windowSoftInputMode="stateHidden" >
+ android:windowSoftInputMode="stateHidden">
<intent-filter>
<action android:name="android.intent.action.SEARCH" />
</intent-filter>
@@ -102,7 +102,7 @@
</activity>
<activity
android:name=".gui.RecordingListActivity"
- android:configChanges="orientation|locale|screenSize" >
+ android:configChanges="orientation|locale|screenSize">
<intent-filter>
<action android:name="android.intent.action.SEARCH" />
</intent-filter>
@@ -114,7 +114,7 @@
<activity
android:name=".gui.EpgSearchListActivity"
android:configChanges="orientation|locale|screenSize"
- android:launchMode="singleTask" >
+ android:launchMode="singleTask">
<intent-filter>
<action android:name="android.intent.action.SEARCH" />
</intent-filter>
@@ -156,7 +156,13 @@
<activity
android:name=".remote.RemoteActivity"
android:theme="@style/AppTheme"
- android:configChanges="orientation|locale|screenSize" />
+ android:configChanges="orientation|locale|screenSize">
+ <intent-filter>
+ <action android:name="android.intent.action.SEND" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <data android:mimeType="application/json" />
+ </intent-filter>
+ </activity>
</application>
</manifest>