2024-03-30 14:01:45 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
~ Nextcloud - Android Client
|
2023-01-20 18:43:28 +03:00
|
|
|
~
|
2024-03-30 14:01:45 +03:00
|
|
|
~ SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
|
|
|
|
~ SPDX-FileCopyrightText: 2023 Álvaro Brey <alvaro@alvarobrey.com>
|
2024-04-30 13:16:39 +03:00
|
|
|
~ SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
|
2024-03-30 14:01:45 +03:00
|
|
|
-->
|
2023-01-24 17:40:32 +03:00
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools">
|
2023-01-20 18:43:28 +03:00
|
|
|
|
|
|
|
<application>
|
2023-01-24 17:40:32 +03:00
|
|
|
<activity
|
|
|
|
android:name=".AppScanActivity"
|
|
|
|
android:screenOrientation="portrait"
|
|
|
|
android:theme="@style/Theme.AppCompat.NoActionBar"
|
|
|
|
tools:ignore="LockedOrientationActivity" />
|
2023-01-20 18:43:28 +03:00
|
|
|
</application>
|
|
|
|
|
|
|
|
</manifest>
|