Logan Magee
Logan Magee
@jmacdonald, my original thought was that it would be nice for selecting large areas of text that extend beyond the current view. I thought that if one wanted to do...
[Yes](https://twitter.com/DanielMicay/status/1504106557201649670). In fact, using the device's secure element [is the only option planned to be supported](https://twitter.com/DanielMicay/status/1504109125332054025).
To test before merging: - [x] Verify that toggle is disabled by default when Accrescent is privileged - [x] Verify that installing new apps requires user action when toggle is...
> For those looking to work around this issue, the easiest method I found was to add `.cargo/config` file in the root of the project with the contents: > >...
Whoops! I got a little confused between [these](https://github.com/rust-lang/cargo/pull/8134) [two](https://github.com/rust-lang/cargo/pull/8204) issues. Was I just looking at the older, outdated commit? I'll update my comment to prevent confusion; thank you.
Yes, for `INSTALL_PACKAGES` and `DELETE_PACKAGES`.
@PatrykMis First of all, thank you for taking the time and effort to test this. > 1. Toggle is enabled by default when Accrescent is privileged. I've tripple-checked that by...
> Forgot to add that whether the switch is enabled or disabled, Accrescent uninstalls apps always silently without any prompt or notification. This could be more dangerous than installing app...
That's... very strange. That behavior seems to imply that when `USER_ACTION_REQUIRED` is passed, the OS isn't recognizing the app as having `INSTALL_PACKAGES`. Initially feels like an AOSP bug, but perhaps...
> I looked over my PR again and I see the issue. When I have time, I'll rebase and fix it. @PatrykMis The toggle should now by disabled by default...