mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-22 01:51:47 +00:00
Release 1.32.2 for Play Store without EXTERNAL STORAGE permission
This commit is contained in:
parent
3f53180b1d
commit
2343dbf144
@ -8,8 +8,8 @@ SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted
|
||||
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:versionCode="13201"
|
||||
android:versionName="1.32.1">
|
||||
android:versionCode="13202"
|
||||
android:versionName="1.32.2 - Play Store">
|
||||
|
||||
<uses-feature
|
||||
android:name="android.hardware.telephony"
|
||||
@ -55,7 +55,6 @@ SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted
|
||||
<uses-permission android:name="android.permission.READ_LOGS" tools:ignore="ProtectedPermissions" />
|
||||
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
|
||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_CONNECTED_DEVICE" />
|
||||
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" tools:ignore="ScopedStorage" />
|
||||
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
|
||||
|
||||
<application
|
||||
|
@ -262,7 +262,7 @@ internal class SimpleSftpServer {
|
||||
companion object {
|
||||
private const val TAG = "SimpleSftpServer"
|
||||
|
||||
val SUPPORTS_NATIVEFS = Build.VERSION.SDK_INT >= Build.VERSION_CODES.R
|
||||
val SUPPORTS_NATIVEFS = false // Disabled for Play Store release: Build.VERSION.SDK_INT >= Build.VERSION_CODES.R
|
||||
|
||||
private val PORT_RANGE = 1739..1764
|
||||
const val USER: String = "kdeconnect"
|
||||
|
Loading…
x
Reference in New Issue
Block a user