dot-gov
dot-gov
This is strange, because on my machine the tasks (eg. "New window", and "New incognito window") both show up, but in a fresh VM it doesn't show up. My guess...
Patching isOS seems overkill. The relevant functions seems to be around here: https://github.com/chromium/chromium/blob/fd8a8914ca0183f0add65ae55f04e287543c7d4a/components/policy/core/common/policy_loader_win.cc#L177-L183
I did some tests with some older versions (built locally since there's no archive on the official site), and it was working as on 2023110700 but not on 2023120700, so...
Grapheneos uses a forked version of seedvault located here: https://github.com/GrapheneOS/platform_packages_apps_Seedvault. Looks like it was last synced with upstream May 21, so it never had the fix that @grote mentioned.
The code for handling the emergency gesture (ie. calling 911) is here: https://cs.android.com/android/platform/superproject/main/+/main:frameworks/base/services/core/java/com/android/server/GestureLauncherService.java;l=579 The most straightforward way would be to add some sort of option that replaces default emergency gesture...