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

This commit is contained in:
brosssh
2025-06-16 21:55:32 +02:00
committed by oSumAtrIX
parent a91ff60533
commit 7c410fef45
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"