12 lines
409 B
XML
12 lines
409 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<application>
|
|
<activity
|
|
android:name=".LoginActivity"
|
|
android:enableOnBackInvokedCallback="true"
|
|
android:label="@string/preference_owncloud"
|
|
android:launchMode="singleTop"
|
|
android:theme="@style/Theme.AppCompat.DayNight.NoActionBar" />
|
|
</application>
|
|
|
|
</manifest> |