2022-05-09 19:56:05 +02:00
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
2021-09-18 23:37:52 +02:00
|
|
|
|
|
|
|
|
<application>
|
|
|
|
|
<activity
|
|
|
|
|
android:name=".LoginActivity"
|
2023-04-13 00:53:19 +02:00
|
|
|
android:label="@string/preference_nextcloud"
|
2021-09-18 23:37:52 +02:00
|
|
|
android:taskAffinity="de.mm20.launcher2.nextcloud"
|
2022-01-30 13:42:37 +01:00
|
|
|
android:parentActivityName="de.mm20.launcher2.ui.settings.SettingsActivity"
|
2021-09-18 23:37:52 +02:00
|
|
|
android:theme="@style/OwncloudLoginTheme" >
|
|
|
|
|
<meta-data
|
|
|
|
|
android:name="android.support.PARENT_ACTIVITY"
|
2022-01-30 13:42:37 +01:00
|
|
|
android:value="de.mm20.launcher2.ui.settings.SettingsActivity" />
|
2021-09-18 23:37:52 +02:00
|
|
|
</activity>
|
|
|
|
|
</application>
|
|
|
|
|
|
|
|
|
|
</manifest>
|