Allow for debugging on the same device

This change builds separate debugging app with a different
ID which can be installed alongside the release version.
This commit is contained in:
TPJ Schikhof
2024-12-27 18:20:08 +00:00
committed by Albert Vaca Cintora
parent b0c9e46a31
commit fa22722498
7 changed files with 43 additions and 4 deletions

View File

@@ -359,7 +359,7 @@ SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="org.kde.kdeconnect_tp.fileprovider"
android:authorities="${applicationId}.fileprovider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data