17 lines
668 B
XML
17 lines
668 B
XML
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
package="de.mm20.launcher2.owncloud">
|
||
|
|
|
||
|
|
<application>
|
||
|
|
<activity
|
||
|
|
android:name=".LoginActivity"
|
||
|
|
android:label="@string/preference_category_services_nextcloud"
|
||
|
|
android:taskAffinity="de.mm20.launcher2.nextcloud"
|
||
|
|
android:parentActivityName=".activity.SettingsActivity"
|
||
|
|
android:theme="@style/OwncloudLoginTheme" >
|
||
|
|
<meta-data
|
||
|
|
android:name="android.support.PARENT_ACTIVITY"
|
||
|
|
android:value="de.mm20.launcher2.activity.SettingsActivity" />
|
||
|
|
</activity>
|
||
|
|
</application>
|
||
|
|
|
||
|
|
</manifest>
|