On mobile compositors like Phosh, the title bar will have no
buttons and is useless. Therefore it can be disabled by default.
This behaviour can still be overwritten using the
ATL_DISABLE_WINDOW_DECORATIONS environment variable.
The XDG-portal escapes the strings when installing a .desktop file. This
causes --uri %u to be replaced with --uri '%u', which causes an empty
string to be passed when no URI is specified.
Supported URI schemes will also be added to the .desktop file for --install
The URI is passed as named parameter --uri. This allows us to use unnamed parameters
for split APK apps in the future
Facebook implements its own native library unpack mechanism called SoLoader,
which loads native libraries from app_lib_dir/files/decompressed/libs.spo.
The libraries are loaded by absolute path, but bionic_translation needs
to know that this path may contain bionic libraries.
they can still be put on the filesystem and will be read from there
preferentially, though overriding assets in this way can confuse
some creatively written apps and cause them to crash.
Some multi-platform apps accept cmdline options using the `-e` option
of `am`. For example, you can now use `-e unity='<unity cmdline>'`
to pass cmdline arguments to a unity game.