Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full screen mode action #1088

Open
3 tasks
Droidphilev opened this issue Aug 13, 2022 · 6 comments
Open
3 tasks

Full screen mode action #1088

Droidphilev opened this issue Aug 13, 2022 · 6 comments
Assignees
Labels
action enhancement New feature or request

Comments

@Droidphilev
Copy link

Developer TODO (don't remove)

  • create new branch. put issue number at start of name
  • update documentation
  • merge and delete branch (don't squash because want commit history to see why I made changes)

Hi all,

I use a device with a tiny little screen. Navigation bar is not shown (no touch screen) only the status bar is shown. I was looking for an action "toggle full screen mode" so that the status bar is also gone. Is this not implemented? Maybe it is called different in the app?

Kind regards,
Phil

@Droidphilev Droidphilev added the enhancement New feature or request label Aug 13, 2022
@sds100 sds100 changed the title Full screen mode Full screen mode action Aug 15, 2022
@sds100 sds100 added the action label Aug 15, 2022
@sds100
Copy link
Collaborator

sds100 commented Aug 15, 2022

Do you have an example of any apps that can force other apps into full screen mode?

@Droidphilev
Copy link
Author

Droidphilev commented Aug 16, 2022

Hi again,

Sure, Button Mapper has "toggle full screen".

EDIT: To be more precise: this toggle is system wide. Not per app. It uses ADB write secure settings by the way.

@sds100
Copy link
Collaborator

sds100 commented Aug 16, 2022

Hi again,

Sure, Button Mapper has "toggle full screen".

EDIT: To be more precise: this toggle is system wide. Not per app. It uses ADB write secure settings by the way.

Thanks! Are you fine with this being a system-wide write secure settings thing?

@Droidphilev
Copy link
Author

Droidphilev commented Aug 16, 2022

Sure! The screen stays tiny, no matter which app is in foreground so system wide is more than good enough:-)

BTW: i have to use ADB anyway to use KeyMapper as there is no interface for "accessibility" in settings in this device.

Thank you in advance!!!

@GL513
Copy link
Contributor

GL513 commented Aug 18, 2022

Do you have an example of any apps that can force other apps into full screen mode?

To force full screen, you can use global settings.
The name is policy_control and the value is immersive.full=*

There is also immersive.status=* for just the status bar and immersive.navigation=* for the navbar

immersive_none sets it back to normal

@sds100
Copy link
Collaborator

sds100 commented Aug 20, 2022

Do you have an example of any apps that can force other apps into full screen mode?

To force full screen, you can use global settings.
The name is policy_control and the value is immersive.full=*

There is also immersive.status=* for just the status bar and immersive.navigation=* for the navbar

immersive_none sets it back to normal

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants