aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/AndroidManifest.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2012-08-14 20:29:07 -0700
committerScott Jackson <daneren2005@gmail.com>2012-08-14 20:29:07 -0700
commit973110dedc9bd4cb68fe82a80304e5ff20192a32 (patch)
treede56a4f15972ff3b3438aeca80b7e44e43b0e626 /subsonic-android/AndroidManifest.xml
parent4ce59daa35f0e8a04d134fa300589702823de1ba (diff)
downloaddsub-973110dedc9bd4cb68fe82a80304e5ff20192a32.tar.gz
dsub-973110dedc9bd4cb68fe82a80304e5ff20192a32.tar.bz2
dsub-973110dedc9bd4cb68fe82a80304e5ff20192a32.zip
Changed package name to subdroid to avoid getting banned by Google for being to similar to subphonic
Diffstat (limited to 'subsonic-android/AndroidManifest.xml')
-rw-r--r--subsonic-android/AndroidManifest.xml44
1 files changed, 22 insertions, 22 deletions
diff --git a/subsonic-android/AndroidManifest.xml b/subsonic-android/AndroidManifest.xml
index 87af8966..919c3c8c 100644
--- a/subsonic-android/AndroidManifest.xml
+++ b/subsonic-android/AndroidManifest.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="github.daneren2005.subphonic"
+ package="github.daneren2005.subdroid"
android:installLocation="auto"
android:versionCode="6"
android:versionName="3.3.3.1">
@@ -18,10 +18,10 @@
<supports-screens android:anyDensity="true" android:xlargeScreens="true" android:largeScreens="true" android:normalScreens="true" android:smallScreens="true"/>
- <application android:label="@string/common.appname" android:icon="@drawable/launch" android:theme="@style/Wheat">
+ <application android:label="@string/common.appname" android:icon="@drawable/launch2" android:theme="@style/Wheat">
- <activity android:name="github.daneren2005.subphonic.activity.MainActivity"
- android:label="Subphonic"
+ <activity android:name="github.daneren2005.subdroid.activity.MainActivity"
+ android:label="Sub Droid"
android:configChanges="orientation|keyboardHidden"
android:launchMode="standard">
<intent-filter>
@@ -30,46 +30,46 @@
</intent-filter>
</activity>
- <activity android:name="github.daneren2005.subphonic.activity.SelectArtistActivity"
+ <activity android:name="github.daneren2005.subdroid.activity.SelectArtistActivity"
android:configChanges="orientation|keyboardHidden"
android:launchMode="standard"/>
- <activity android:name="github.daneren2005.subphonic.activity.SelectAlbumActivity"
+ <activity android:name="github.daneren2005.subdroid.activity.SelectAlbumActivity"
android:configChanges="orientation|keyboardHidden"/>
- <activity android:name="github.daneren2005.subphonic.activity.SearchActivity"
+ <activity android:name="github.daneren2005.subdroid.activity.SearchActivity"
android:label="@string/search.label"
android:configChanges="orientation|keyboardHidden"
android:launchMode="singleTask"/>
- <activity android:name="github.daneren2005.subphonic.activity.SelectPlaylistActivity"
+ <activity android:name="github.daneren2005.subdroid.activity.SelectPlaylistActivity"
android:label="@string/playlist.label"
android:configChanges="orientation|keyboardHidden"
android:launchMode="standard"/>
- <activity android:name="github.daneren2005.subphonic.activity.DownloadActivity"
+ <activity android:name="github.daneren2005.subdroid.activity.DownloadActivity"
android:configChanges="keyboardHidden"
android:launchMode="singleTask"/>
- <activity android:name="github.daneren2005.subphonic.activity.SettingsActivity"
+ <activity android:name="github.daneren2005.subdroid.activity.SettingsActivity"
android:theme="@android:style/Theme"
android:configChanges="orientation|keyboardHidden"
android:launchMode="singleTask"/>
- <activity android:name="github.daneren2005.subphonic.activity.HelpActivity"
+ <activity android:name="github.daneren2005.subdroid.activity.HelpActivity"
android:label="@string/help.label"
android:launchMode="singleTask"/>
- <activity android:name="github.daneren2005.subphonic.activity.LyricsActivity"
+ <activity android:name="github.daneren2005.subdroid.activity.LyricsActivity"
android:configChanges="orientation|keyboardHidden"
android:launchMode="singleTask"/>
- <activity android:name="github.daneren2005.subphonic.activity.EqualizerActivity"
+ <activity android:name="github.daneren2005.subdroid.activity.EqualizerActivity"
android:label="@string/equalizer.label"
android:configChanges="orientation|keyboardHidden"
android:launchMode="singleTask"/>
- <activity android:name="github.daneren2005.subphonic.activity.VoiceQueryReceiverActivity"
+ <activity android:name="github.daneren2005.subdroid.activity.VoiceQueryReceiverActivity"
android:launchMode="singleTask">
<intent-filter>
<action android:name="android.media.action.MEDIA_PLAY_FROM_SEARCH" />
@@ -77,7 +77,7 @@
</intent-filter>
</activity>
- <activity android:name="github.daneren2005.subphonic.activity.QueryReceiverActivity"
+ <activity android:name="github.daneren2005.subdroid.activity.QueryReceiverActivity"
android:launchMode="singleTask">
<intent-filter>
<action android:name="android.intent.action.SEARCH"/>
@@ -85,33 +85,33 @@
<meta-data android:name="android.app.searchable" android:resource="@xml/searchable"/>
</activity>
- <service android:name="github.daneren2005.subphonic.service.DownloadServiceImpl"
+ <service android:name="github.daneren2005.subdroid.service.DownloadServiceImpl"
android:label="Subsonic Download Service"/>
- <receiver android:name="github.daneren2005.subphonic.receiver.MediaButtonIntentReceiver">
+ <receiver android:name="github.daneren2005.subdroid.receiver.MediaButtonIntentReceiver">
<intent-filter android:priority="999">
<action android:name="android.intent.action.MEDIA_BUTTON" />
</intent-filter>
</receiver>
- <receiver android:name="github.daneren2005.subphonic.receiver.BluetoothIntentReceiver">
+ <receiver android:name="github.daneren2005.subdroid.receiver.BluetoothIntentReceiver">
<intent-filter>
<action android:name="android.bluetooth.a2dp.action.SINK_STATE_CHANGED"/>
</intent-filter>
</receiver>
- <receiver android:name="github.daneren2005.subphonic.provider.SubsonicAppWidgetProvider1" >
+ <receiver android:name="github.daneren2005.subdroid.provider.SubsonicAppWidgetProvider1" >
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
</intent-filter>
<meta-data android:name="android.appwidget.provider" android:resource="@xml/appwidget_info"/>
</receiver>
- <provider android:name="github.daneren2005.subphonic.provider.SearchSuggestionProvider1"
- android:authorities="github.daneren2005.subphonic.provider.SearchSuggestionProvider1"/>
+ <provider android:name="github.daneren2005.subdroid.provider.SearchSuggestionProvider1"
+ android:authorities="github.daneren2005.subdroid.provider.SearchSuggestionProvider1"/>
<meta-data android:name="android.app.default_searchable"
- android:value="github.daneren2005.subphonic.activity.QueryReceiverActivity"/>
+ android:value="github.daneren2005.subdroid.activity.QueryReceiverActivity"/>
</application>