diff options
author | lado <herrlado@gmail.com> | 2015-06-09 14:07:14 +0200 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2015-06-09 14:07:14 +0200 |
commit | 23d920c759303602c2a6cde38983b2aa4dbb82c2 (patch) | |
tree | d0d83c36e0698402c783ebf62e6fe7d8ee85bed2 /vdrmanager/AndroidManifest.xml | |
parent | be5e0132d51a829326478c668e4eac78e2c9e4d8 (diff) | |
download | vdr-manager-23d920c759303602c2a6cde38983b2aa4dbb82c2.tar.gz vdr-manager-23d920c759303602c2a6cde38983b2aa4dbb82c2.tar.bz2 |
StudioStructur
Diffstat (limited to 'vdrmanager/AndroidManifest.xml')
-rw-r--r-- | vdrmanager/AndroidManifest.xml | 159 |
1 files changed, 0 insertions, 159 deletions
diff --git a/vdrmanager/AndroidManifest.xml b/vdrmanager/AndroidManifest.xml deleted file mode 100644 index 436e842..0000000 --- a/vdrmanager/AndroidManifest.xml +++ /dev/null @@ -1,159 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<manifest xmlns:android="http://schemas.android.com/apk/res/android" - package="de.bjusystems.vdrmanager" - android:versionCode="12210" - android:versionName="12.21" > - - <uses-permission android:name="android.permission.INTERNET" /> - <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> - <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> - <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> - - - <uses-sdk - android:minSdkVersion="8" - android:targetSdkVersion="21" /> - - <application - android:theme="@style/AppTheme" - android:name=".app.VdrManagerApp" - android:hardwareAccelerated="true" - android:icon="@drawable/app_logo" - android:allowBackup="true" - android:label="@string/app_name" > - <activity - android:name=".gui.VdrManagerActivity" - android:clearTaskOnLaunch="true" - android:configChanges="locale" - android:label="@string/app_name" > - <intent-filter> - <action android:name="android.intent.action.MAIN" /> - - <category android:name="android.intent.category.LAUNCHER" /> - </intent-filter> - <intent-filter> - <action android:name="android.intent.action.SEARCH" /> - </intent-filter> - - <meta-data - android:name="android.app.default_searchable" - android:value=".gui.EpgSearchListActivity" /> - </activity> - <activity - android:name=".gui.TimeEpgListActivity" - android:configChanges="orientation|locale|screenSize" /> - <activity - android:name=".gui.EventEpgListActivity" - android:configChanges="orientation|locale|screenSize" > - <intent-filter> - <action android:name="android.intent.action.SEARCH" /> - </intent-filter> - - <meta-data - android:name="android.app.default_searchable" - android:value=".gui.EpgSearchListActivity" /> - </activity> - <activity - android:name=".gui.TimerListActivity" - android:configChanges="orientation|locale|screenSize" > - <intent-filter> - <action android:name="android.intent.action.SEARCH" /> - </intent-filter> - - <meta-data - android:name="android.app.default_searchable" - android:value=".gui.EpgSearchListActivity" /> - </activity> - <activity - android:name=".gui.PreferencesActivity" - android:configChanges="orientation|locale|screenSize" /> - <activity - android:name=".gui.ChannelListActivity" - android:configChanges="orientation|locale|screenSize" > - <intent-filter> - <action android:name="android.intent.action.SEARCH" /> - </intent-filter> - - <meta-data - android:name="android.app.default_searchable" - android:value=".gui.EpgSearchListActivity" /> - </activity> - <activity - android:name=".gui.EpgDetailsActivity" - android:configChanges="orientation|locale|screenSize" > - <intent-filter> - <action android:name="android.intent.action.SEARCH" /> - </intent-filter> - - <meta-data - android:name="android.app.default_searchable" - android:value=".gui.EpgSearchListActivity" /> - </activity> - <activity - android:name=".gui.TimerDetailsActivity" - android:configChanges="orientation|locale|keyboardHidden|screenSize" - android:windowSoftInputMode="stateHidden" > - <intent-filter> - <action android:name="android.intent.action.SEARCH" /> - </intent-filter> - - <meta-data - android:name="android.app.default_searchable" - android:value=".gui.EpgSearchListActivity" /> - </activity> - <activity - android:name=".gui.RecordingListActivity" - android:configChanges="orientation|locale|screenSize" > - <intent-filter> - <action android:name="android.intent.action.SEARCH" /> - </intent-filter> - - <meta-data - android:name="android.app.default_searchable" - android:value=".gui.EpgSearchListActivity" /> - </activity> - <activity - android:name=".gui.EpgSearchListActivity" - android:configChanges="orientation|locale|screenSize" - android:launchMode="singleTask" > - <intent-filter> - <action android:name="android.intent.action.SEARCH" /> - </intent-filter> - - <meta-data - android:name="android.app.searchable" - android:resource="@xml/searchable" /> - </activity> - <activity - android:name=".gui.EpgSearchTimesListActivity" - android:configChanges="orientation|locale|screenSize" /> - <activity - android:name=".gui.VdrListActivity" - android:configChanges="orientation|locale|screenSize" /> - <activity - android:name=".gui.VdrPreferencesActivity" - android:configChanges="orientation|locale|screenSize" /> - <activity - android:name=".backup.BackupActivity" - android:configChanges="orientation|locale|screenSize" /> - <activity - android:name=".backup.RestoreActivity" - android:configChanges="orientation|locale|screenSize" /> - <activity - android:name=".backup.RestoreChooserActivity" - android:configChanges="orientation|locale|screenSize" /> - <activity - android:name=".backup.BackupSettingsActivity" - android:configChanges="orientation|locale|screenSize" /> - - <provider - android:exported="false" - android:name=".data.db.EPGSearchSuggestionsProvider" - android:authorities="de.bjusystems.vdrmanager.data.db.EPGSearchSuggestionsProvider" /> - - <activity - android:name=".ZonePicker" - android:configChanges="orientation|locale|screenSize" /> - </application> - -</manifest>
\ No newline at end of file |