feat: Set app ownership when installing apps (#2558)

This commit is contained in:
brosssh
2025-06-16 21:55:32 +02:00
committed by GitHub
parent 7959c36e71
commit 88b0b8c078
2 changed files with 4 additions and 1 deletions

View File

@@ -23,6 +23,7 @@
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE"
tools:ignore="ScopedStorage" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.ENFORCE_UPDATE_OWNERSHIP" />
<application
android:name=".ManagerApplication"