2019-04-24 09:32:19 +03:00
|
|
|
<!--
|
|
|
|
~ Nextcloud Talk application
|
|
|
|
~
|
|
|
|
~ @author Mario Danic
|
2022-02-15 16:39:43 +03:00
|
|
|
~ @author Marcel Hibbe
|
2019-04-24 09:32:19 +03:00
|
|
|
~ Copyright (C) 2017-2019 Mario Danic <mario@lovelyhq.com>
|
2022-02-15 16:39:43 +03:00
|
|
|
~ Copyright (C) 2021-2022 Marcel Hibbe <dev@mhibbe.de>
|
2019-04-24 09:32:19 +03:00
|
|
|
~
|
|
|
|
~ This program is free software: you can redistribute it and/or modify
|
|
|
|
~ it under the terms of the GNU General Public License as published by
|
|
|
|
~ the Free Software Foundation, either version 3 of the License, or
|
|
|
|
~ at your option) any later version.
|
|
|
|
~
|
|
|
|
~ This program is distributed in the hope that it will be useful,
|
|
|
|
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
~ GNU General Public License for more details.
|
|
|
|
~
|
|
|
|
~ You should have received a copy of the GNU General Public License
|
|
|
|
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
-->
|
|
|
|
|
2017-10-23 13:40:38 +03:00
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
2022-09-16 15:09:40 +03:00
|
|
|
xmlns:tools="http://schemas.android.com/tools">
|
2017-10-23 13:40:38 +03:00
|
|
|
|
2017-12-28 21:38:10 +03:00
|
|
|
<uses-feature
|
2022-10-01 18:09:03 +03:00
|
|
|
android:name="android.hardware.camera"
|
2019-06-06 15:48:27 +03:00
|
|
|
android:required="false" />
|
2017-12-28 21:38:10 +03:00
|
|
|
<uses-feature
|
|
|
|
android:name="android.hardware.camera.autofocus"
|
2019-06-06 15:48:27 +03:00
|
|
|
android:required="false" />
|
2017-10-24 00:03:07 +03:00
|
|
|
<uses-feature
|
|
|
|
android:glEsVersion="0x00020000"
|
2019-06-06 15:48:27 +03:00
|
|
|
android:required="true" />
|
2017-10-24 00:03:07 +03:00
|
|
|
|
2018-01-01 19:03:54 +03:00
|
|
|
<uses-permission
|
|
|
|
android:name="android.permission.AUTHENTICATE_ACCOUNTS"
|
2019-06-06 15:48:27 +03:00
|
|
|
android:maxSdkVersion="22" />
|
2022-06-22 11:59:38 +03:00
|
|
|
<uses-permission
|
|
|
|
android:name="android.permission.BLUETOOTH"
|
|
|
|
android:maxSdkVersion="30" />
|
2022-05-19 15:45:47 +03:00
|
|
|
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
|
2022-06-22 11:59:38 +03:00
|
|
|
|
2019-06-06 15:48:27 +03:00
|
|
|
<uses-permission android:name="android.permission.CAMERA" />
|
2017-12-31 00:44:05 +03:00
|
|
|
<uses-permission
|
|
|
|
android:name="android.permission.GET_ACCOUNTS"
|
2019-06-06 15:48:27 +03:00
|
|
|
android:maxSdkVersion="22" />
|
|
|
|
<uses-permission android:name="android.permission.RECORD_AUDIO" />
|
|
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
|
|
|
|
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
|
|
|
|
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
|
|
|
|
<uses-permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE" />
|
|
|
|
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
|
|
|
|
<uses-permission android:name="android.permission.VIBRATE" />
|
2023-05-01 18:40:27 +03:00
|
|
|
<uses-permission android:name="android.permission.USE_FULL_SCREEN_INTENT" />
|
|
|
|
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
|
2020-11-12 14:43:17 +03:00
|
|
|
<uses-permission android:name="android.permission.READ_CONTACTS" />
|
|
|
|
<uses-permission android:name="android.permission.WRITE_CONTACTS" />
|
|
|
|
<uses-permission android:name="android.permission.READ_PROFILE" />
|
2021-04-05 23:18:10 +03:00
|
|
|
|
2020-11-12 14:43:17 +03:00
|
|
|
<uses-permission android:name="android.permission.READ_SYNC_SETTINGS" />
|
|
|
|
<uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" />
|
|
|
|
<uses-permission android:name="android.permission.MANAGE_ACCOUNTS" />
|
2018-06-07 07:57:49 +03:00
|
|
|
|
2017-12-31 00:44:05 +03:00
|
|
|
<uses-permission
|
|
|
|
android:name="android.permission.USE_CREDENTIALS"
|
2019-06-06 15:48:27 +03:00
|
|
|
android:maxSdkVersion="22" />
|
2021-09-06 18:40:17 +03:00
|
|
|
<uses-permission
|
|
|
|
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
|
2021-09-15 12:31:52 +03:00
|
|
|
android:maxSdkVersion="29"
|
|
|
|
tools:ignore="ScopedStorage" />
|
2023-05-01 18:40:27 +03:00
|
|
|
<uses-permission
|
|
|
|
android:name="android.permission.READ_EXTERNAL_STORAGE"
|
2023-03-23 17:17:22 +03:00
|
|
|
android:maxSdkVersion="32" />
|
|
|
|
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
|
|
|
|
<uses-permission android:name="android.permission.READ_MEDIA_VIDEO" />
|
|
|
|
<uses-permission android:name="android.permission.READ_MEDIA_AUDIO" />
|
|
|
|
|
2019-06-06 15:48:27 +03:00
|
|
|
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
2017-10-23 13:40:38 +03:00
|
|
|
|
2019-02-15 12:59:33 +03:00
|
|
|
<uses-permission android:name="android.permission.USE_BIOMETRIC" />
|
|
|
|
<!-- This permission is deprecated in Android P -->
|
|
|
|
<uses-permission android:name="android.permission.USE_FINGERPRINT" />
|
|
|
|
|
2022-05-19 15:45:47 +03:00
|
|
|
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
|
2021-05-20 16:51:19 +03:00
|
|
|
|
2023-07-27 19:05:59 +03:00
|
|
|
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
|
|
|
|
|
2022-06-14 16:51:04 +03:00
|
|
|
<permission
|
2022-07-12 14:16:35 +03:00
|
|
|
android:name="${applicationId}.${broadcastPermission}"
|
2022-06-14 16:51:04 +03:00
|
|
|
android:protectionLevel="signature" />
|
2023-05-01 18:40:27 +03:00
|
|
|
<uses-permission android:name="${applicationId}.${broadcastPermission}" />
|
2022-06-14 16:51:04 +03:00
|
|
|
|
2017-10-23 13:40:38 +03:00
|
|
|
<application
|
|
|
|
android:name=".application.NextcloudTalkApplication"
|
|
|
|
android:allowBackup="true"
|
2017-10-24 00:03:07 +03:00
|
|
|
android:fullBackupContent="@xml/backup_config"
|
2017-10-23 13:40:38 +03:00
|
|
|
android:icon="@mipmap/ic_launcher"
|
|
|
|
android:label="@string/nc_app_name"
|
2019-06-06 15:48:27 +03:00
|
|
|
android:largeHeap="true"
|
2017-10-24 00:03:07 +03:00
|
|
|
android:networkSecurityConfig="@xml/network_security_config"
|
2023-05-01 18:40:27 +03:00
|
|
|
android:requestLegacyExternalStorage="true"
|
2017-10-23 13:40:38 +03:00
|
|
|
android:supportsRtl="true"
|
2021-04-15 01:29:29 +03:00
|
|
|
android:theme="@style/AppTheme.Launcher"
|
2019-06-06 15:48:27 +03:00
|
|
|
tools:ignore="UnusedAttribute"
|
|
|
|
tools:replace="label, icon, theme, name, allowBackup">
|
2018-06-07 07:57:49 +03:00
|
|
|
|
2023-07-24 22:26:05 +03:00
|
|
|
<meta-data
|
|
|
|
android:name="com.google.android.gms.car.application"
|
|
|
|
android:resource="@xml/automotive_app_desc"/>
|
|
|
|
|
|
|
|
|
2018-06-19 14:17:01 +03:00
|
|
|
<meta-data
|
|
|
|
android:name="android.max_aspect"
|
2019-06-06 15:48:27 +03:00
|
|
|
android:value="10" />
|
2018-06-07 07:57:49 +03:00
|
|
|
|
2017-10-23 13:40:38 +03:00
|
|
|
<activity
|
|
|
|
android:name=".activities.MainActivity"
|
2022-06-22 11:59:38 +03:00
|
|
|
android:exported="true"
|
2021-05-22 03:19:24 +03:00
|
|
|
android:windowSoftInputMode="adjustResize">
|
2017-10-23 13:40:38 +03:00
|
|
|
<intent-filter>
|
2019-06-06 15:48:27 +03:00
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
2017-10-23 13:40:38 +03:00
|
|
|
</intent-filter>
|
2020-11-12 14:43:17 +03:00
|
|
|
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.VIEW" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
2023-05-01 18:40:27 +03:00
|
|
|
|
2020-11-12 14:43:17 +03:00
|
|
|
<data android:mimeType="vnd.android.cursor.item/vnd.com.nextcloud.talk2.chat" />
|
2022-06-22 11:59:38 +03:00
|
|
|
<data android:scheme="content" />
|
|
|
|
<data android:scheme="file" />
|
2020-11-12 14:43:17 +03:00
|
|
|
</intent-filter>
|
2017-10-23 13:40:38 +03:00
|
|
|
</activity>
|
|
|
|
|
2017-10-30 13:29:23 +03:00
|
|
|
<activity
|
2021-10-28 01:10:06 +03:00
|
|
|
android:name=".activities.CallActivity"
|
2021-10-07 20:48:33 +03:00
|
|
|
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
|
2023-05-01 18:40:27 +03:00
|
|
|
android:excludeFromRecents="true"
|
2021-10-12 13:27:14 +03:00
|
|
|
android:launchMode="singleTask"
|
2023-05-01 18:40:27 +03:00
|
|
|
android:showOnLockScreen="true"
|
|
|
|
android:supportsPictureInPicture="true"
|
2021-10-12 13:27:14 +03:00
|
|
|
android:taskAffinity=".call"
|
2023-05-01 18:40:27 +03:00
|
|
|
android:theme="@style/AppTheme.CallLauncher" />
|
2017-10-30 13:29:23 +03:00
|
|
|
|
2021-10-28 13:19:07 +03:00
|
|
|
<activity
|
2023-06-21 18:18:36 +03:00
|
|
|
android:name=".callnotification.CallNotificationActivity"
|
2021-10-28 13:19:07 +03:00
|
|
|
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
|
2023-05-01 18:40:27 +03:00
|
|
|
android:excludeFromRecents="true"
|
2021-10-28 13:19:07 +03:00
|
|
|
android:launchMode="singleTask"
|
2023-05-01 18:40:27 +03:00
|
|
|
android:showOnLockScreen="true"
|
|
|
|
android:supportsPictureInPicture="true"
|
2021-10-28 13:19:07 +03:00
|
|
|
android:taskAffinity=".call"
|
2023-05-01 18:40:27 +03:00
|
|
|
android:theme="@style/AppTheme.CallLauncher" />
|
2021-10-28 13:19:07 +03:00
|
|
|
|
2021-04-05 23:18:10 +03:00
|
|
|
<activity
|
|
|
|
android:name=".activities.FullScreenImageActivity"
|
2023-05-01 18:40:27 +03:00
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
2023-08-25 10:43:43 +03:00
|
|
|
android:theme="@style/FullScreenImageTheme"/>
|
2021-04-05 23:18:10 +03:00
|
|
|
|
|
|
|
<activity
|
|
|
|
android:name=".activities.FullScreenMediaActivity"
|
2023-05-01 18:40:27 +03:00
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
2023-08-25 10:43:43 +03:00
|
|
|
android:theme="@style/FullScreenMediaTheme"/>
|
2021-04-05 23:18:10 +03:00
|
|
|
|
|
|
|
<activity
|
|
|
|
android:name=".activities.FullScreenTextViewerActivity"
|
2023-05-01 18:40:27 +03:00
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
2023-08-25 10:43:43 +03:00
|
|
|
android:theme="@style/FullScreenTextTheme"/>
|
2021-04-05 23:18:10 +03:00
|
|
|
|
2021-08-05 19:19:15 +03:00
|
|
|
<activity
|
|
|
|
android:name=".activities.TakePhotoActivity"
|
|
|
|
android:theme="@style/TakePhotoTheme"
|
|
|
|
android:windowSoftInputMode="stateHidden" />
|
|
|
|
|
2022-04-29 14:21:30 +03:00
|
|
|
<activity
|
2022-05-11 19:48:00 +03:00
|
|
|
android:name=".shareditems.activities.SharedItemsActivity"
|
2022-05-24 01:34:51 +03:00
|
|
|
android:theme="@style/AppTheme" />
|
|
|
|
|
|
|
|
<activity
|
|
|
|
android:name=".remotefilebrowser.activities.RemoteFileBrowserActivity"
|
|
|
|
android:theme="@style/AppTheme" />
|
2022-04-29 14:21:30 +03:00
|
|
|
|
2022-05-25 17:29:17 +03:00
|
|
|
<activity
|
|
|
|
android:name=".messagesearch.MessageSearchActivity"
|
2022-05-30 17:12:28 +03:00
|
|
|
android:theme="@style/AppTheme" />
|
2022-05-25 17:29:17 +03:00
|
|
|
|
2023-03-23 21:01:06 +03:00
|
|
|
<activity
|
|
|
|
android:name=".location.LocationPickerActivity"
|
2023-03-29 11:45:11 +03:00
|
|
|
android:theme="@style/AppTheme" />
|
2023-03-23 21:01:06 +03:00
|
|
|
|
|
|
|
<activity
|
|
|
|
android:name=".location.GeocodingActivity"
|
2023-03-29 11:45:11 +03:00
|
|
|
android:theme="@style/AppTheme" />
|
2023-05-15 17:30:08 +03:00
|
|
|
|
|
|
|
<activity
|
2023-05-20 01:12:37 +03:00
|
|
|
android:name=".translate.ui.TranslateActivity"
|
2023-05-15 17:30:08 +03:00
|
|
|
android:theme="@style/AppTheme" />
|
2023-03-23 21:01:06 +03:00
|
|
|
|
2023-03-29 16:43:25 +03:00
|
|
|
<activity
|
|
|
|
android:name=".profile.ProfileActivity"
|
|
|
|
android:theme="@style/AppTheme" />
|
|
|
|
|
2023-03-29 19:18:08 +03:00
|
|
|
<activity
|
|
|
|
android:name=".settings.SettingsActivity"
|
|
|
|
android:theme="@style/AppTheme" />
|
|
|
|
|
2023-03-30 13:43:11 +03:00
|
|
|
<activity
|
2023-04-27 13:09:59 +03:00
|
|
|
android:name=".conversationinfo.ConversationInfoActivity"
|
2023-03-30 13:43:11 +03:00
|
|
|
android:theme="@style/AppTheme" />
|
|
|
|
|
2023-04-24 18:20:16 +03:00
|
|
|
<activity
|
2023-04-27 13:09:59 +03:00
|
|
|
android:name=".conversationinfoedit.ConversationInfoEditActivity"
|
2023-04-24 18:20:16 +03:00
|
|
|
android:theme="@style/AppTheme" />
|
|
|
|
|
2023-03-30 15:19:00 +03:00
|
|
|
<activity
|
|
|
|
android:name=".contacts.ContactsActivity"
|
|
|
|
android:theme="@style/AppTheme" />
|
|
|
|
|
2023-03-31 16:23:52 +03:00
|
|
|
<activity
|
|
|
|
android:name=".chat.ChatActivity"
|
2023-05-01 18:40:27 +03:00
|
|
|
android:theme="@style/AppTheme" />
|
2023-03-31 16:23:52 +03:00
|
|
|
|
2023-06-12 12:41:36 +03:00
|
|
|
<activity
|
|
|
|
android:name=".openconversations.ListOpenConversationsActivity"
|
|
|
|
android:theme="@style/AppTheme" />
|
|
|
|
|
2023-04-06 15:47:51 +03:00
|
|
|
<activity
|
|
|
|
android:name=".conversationlist.ConversationsListActivity"
|
2023-05-01 18:40:27 +03:00
|
|
|
android:theme="@style/AppTheme"
|
|
|
|
android:exported="true">
|
2023-04-06 15:47:51 +03:00
|
|
|
|
2023-05-01 18:40:27 +03:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.SEND" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
<data android:mimeType="*/*" />
|
|
|
|
</intent-filter>
|
|
|
|
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.SEND_MULTIPLE" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
<data android:mimeType="*/*" />
|
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
|
|
|
|
2023-05-03 20:25:39 +03:00
|
|
|
<activity
|
|
|
|
android:name=".lock.LockedActivity"
|
|
|
|
android:theme="@style/AppTheme" />
|
|
|
|
|
2023-05-01 18:40:27 +03:00
|
|
|
<receiver
|
|
|
|
android:name=".receivers.PackageReplacedReceiver"
|
2022-06-22 11:59:38 +03:00
|
|
|
android:exported="false">
|
2018-06-19 15:53:26 +03:00
|
|
|
<intent-filter>
|
2019-06-06 15:48:27 +03:00
|
|
|
<action android:name="android.intent.action.MY_PACKAGE_REPLACED" />
|
2018-06-19 15:53:26 +03:00
|
|
|
</intent-filter>
|
|
|
|
</receiver>
|
2019-05-29 16:16:44 +03:00
|
|
|
|
2022-04-18 22:21:44 +03:00
|
|
|
<receiver android:name=".receivers.DirectReplyReceiver" />
|
2022-07-07 18:48:03 +03:00
|
|
|
<receiver android:name=".receivers.MarkAsReadReceiver" />
|
2023-02-24 17:09:17 +03:00
|
|
|
<receiver android:name=".receivers.DismissRecordingAvailableReceiver" />
|
|
|
|
<receiver android:name=".receivers.ShareRecordingToChatReceiver" />
|
2022-04-18 22:21:44 +03:00
|
|
|
|
2020-11-12 14:43:17 +03:00
|
|
|
<service
|
|
|
|
android:name=".utils.SyncService"
|
|
|
|
android:exported="true">
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.content.SyncAdapter" />
|
|
|
|
</intent-filter>
|
|
|
|
|
|
|
|
<meta-data
|
|
|
|
android:name="android.content.SyncAdapter"
|
|
|
|
android:resource="@xml/syncadapter" />
|
|
|
|
<meta-data
|
|
|
|
android:name="android.provider.CONTACTS_STRUCTURE"
|
|
|
|
android:resource="@xml/contacts" />
|
|
|
|
</service>
|
|
|
|
|
2023-05-01 18:40:27 +03:00
|
|
|
<service
|
|
|
|
android:name=".utils.AuthenticatorService"
|
2022-06-22 11:59:38 +03:00
|
|
|
android:exported="false">
|
2020-11-12 14:43:17 +03:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.accounts.AccountAuthenticator" />
|
|
|
|
</intent-filter>
|
|
|
|
<meta-data
|
|
|
|
android:name="android.accounts.AccountAuthenticator"
|
|
|
|
android:resource="@xml/auth" />
|
|
|
|
</service>
|
|
|
|
|
2019-05-29 16:16:44 +03:00
|
|
|
<service
|
2019-06-06 15:48:27 +03:00
|
|
|
android:name="com.novoda.merlin.MerlinService"
|
|
|
|
android:exported="false" />
|
2019-05-31 13:46:49 +03:00
|
|
|
|
|
|
|
<provider
|
|
|
|
android:name="androidx.core.content.FileProvider"
|
2019-06-06 15:48:27 +03:00
|
|
|
android:authorities="${applicationId}"
|
2019-05-31 13:46:49 +03:00
|
|
|
android:exported="false"
|
2019-06-06 15:48:27 +03:00
|
|
|
android:grantUriPermissions="true">
|
2019-05-31 13:46:49 +03:00
|
|
|
|
|
|
|
<meta-data
|
|
|
|
android:name="android.support.FILE_PROVIDER_PATHS"
|
2019-06-06 15:48:27 +03:00
|
|
|
android:resource="@xml/file_provider_paths" />
|
2019-05-31 13:46:49 +03:00
|
|
|
|
|
|
|
</provider>
|
|
|
|
|
2017-10-23 13:40:38 +03:00
|
|
|
</application>
|
2021-11-11 13:22:37 +03:00
|
|
|
|
|
|
|
<queries>
|
|
|
|
<intent>
|
|
|
|
<action android:name="android.intent.action.VIEW" />
|
|
|
|
<data android:mimeType="*/*" />
|
|
|
|
</intent>
|
|
|
|
<intent>
|
|
|
|
<action android:name="android.intent.action.SEND" />
|
|
|
|
<data android:mimeType="*/*" />
|
|
|
|
</intent>
|
2022-08-24 16:22:14 +03:00
|
|
|
<intent>
|
|
|
|
<action android:name="android.media.action.VIDEO_CAPTURE" />
|
|
|
|
</intent>
|
2021-11-11 13:22:37 +03:00
|
|
|
</queries>
|
|
|
|
|
2017-10-23 13:40:38 +03:00
|
|
|
</manifest>
|