Formatting fixes.

This commit is contained in:
Felix Ableitner 2014-05-14 17:24:51 +02:00
parent 6b1fa69b82
commit 87ad67ca82
8 changed files with 187 additions and 193 deletions

View file

@ -32,24 +32,18 @@
android:label="@string/app_name"
android:launchMode="singleTop"
android:configChanges="orientation|keyboardHidden|screenSize" >
<intent-filter android:label="@string/app_name" >
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".gui.PreferencesActivity"
android:label="@string/settings_title" >
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value=".gui.MainActivity" />
</activity>
<service android:name="org.teleal.cling.android.AndroidUpnpServiceImpl" />