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="de.mm20.launcher2.nextcloud.LoginActivity"
|
|
|
|
|
android:label="@string/preference_category_services_nextcloud"
|
|
|
|
|
android:taskAffinity="de.mm20.launcher2.nextcloud"
|
|
|
|
|
android:theme="@style/NextcloudLoginTheme" />
|
|
|
|
|
</application>
|
|
|
|
|
|
|
|
|
|
</manifest>
|