you-apps / RecordYou

Privacy focused recorder app built with MD3
https://you-apps.net
GNU General Public License v3.0
661 stars 31 forks source link

fix: QS tile related issues #283

Closed SuhasDissa closed 3 months ago

SuhasDissa commented 3 months ago

fix #280

This PR also makes it possible to start a screen recording/audio recording when the app is in the foreground.

Bnyro commented 3 months ago

Maybe we could show a dialog asking for the permissions with some information about why it's needed for the quick tiles and that they won't work otherwise? (Of course granting the permissions must stay optional, but we can at least tell users that they're needed before they run into issues)

SuhasDissa commented 3 months ago

Now the overlay permission will be granted automatically

Bnyro commented 3 months ago

I think we still need to request the display over other apps permission manually on Android 11 and above?

How's that supposed to work without them?

SuhasDissa commented 3 months ago

I think we still need to request the display over other apps permission manually on Android 11 and above?

How's that supposed to work without them?

android.permission.SYSTEM_ALERT_WINDOW will automatically be granted when running getMediaProjection()