<Defining an AAOS launcher that permanently hides ...
# stackoverflow
r
Defining an AAOS launcher that permanently hides system bars and overrides default boot screen Hiding system bars has been asked several times already, but it didn't help me with my problem. I'm trying to write a launcher for AAOS targeting Android 14. Once the app is set as home app it should permanently hide all system bars and should also override the default boot screen when the system is reboot. What already works: Setting the app as home app hides system bars System bars are not shown on touch or drag events I'm still facing two problems: When putting the emulator to sleep and...