Check for the PiP permission
1 unresolved thread
1 unresolved thread
Fixes #2584 (closed) The check is done before launching the PiP playback and when the setting is changed in the app
Merge request reports
Activity
Filter activity
changed milestone to %3.5.x
added UX label
requested review from @Skantes
assigned to @Aza
255 276 textId = R.string.allow_sdraw_overlays_description 256 277 action = android.provider.Settings.ACTION_MANAGE_OVERLAY_PERMISSION 257 278 } 279 PERMISSION_PIP -> { 280 titleId = R.string.allow_pip 281 textId = R.string.allow_pip_description 282 action = "android.settings.PICTURE_IN_PICTURE_SETTINGS" I wasn't able to use
android.provider.Settings.ACTION_PICTURE_IN_PICTURE_SETTINGS
here because it wouldn't compile. Maybe this API is too recent to be retrieved at this point (or maybe we have to bump our target SDK version)Edited by Nicolas Pomepuy
added 5 commits
-
90c38ba4...9b3db977 - 4 commits from branch
videolan:master
- 5733b2a4 - Check for the PiP permission
-
90c38ba4...9b3db977 - 4 commits from branch
enabled an automatic merge when the pipeline for 5733b2a4 succeeds