File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 <!-- Foreground service permission for background operation -->
1818 <uses-permission android : name =" android.permission.FOREGROUND_SERVICE" />
1919 <uses-permission android : name =" android.permission.FOREGROUND_SERVICE_MEDIA_PROJECTION" />
20+ <uses-permission android : name =" android.permission.FOREGROUND_SERVICE_DATA_SYNC" /> <!-- Neu: Für dataSync-Typ erforderlich -->
2021
2122 <!-- Notification permission for Android 13+ (API 33+) -->
2223 <uses-permission android : name =" android.permission.POST_NOTIFICATIONS" />
7273 <service
7374 android : name =" .ScreenCaptureService"
7475 android : exported =" false"
75- android : foregroundServiceType =" mediaProjection|dataSync" /> <!-- Änderung: Beide Typen erlauben -->
76+ android : foregroundServiceType =" mediaProjection|dataSync" /> <!-- Bleibt so, wie in der vorherigen Änderung -->
7677 </application >
7778</manifest >
You can’t perform that action at this time.
0 commit comments