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

Multiuser support for API >= N #494

Merged
merged 4 commits into from
Mar 24, 2020
Merged

Multiuser support for API >= N #494

merged 4 commits into from
Mar 24, 2020

Commits on Mar 23, 2020

  1. remove duplicated codes in edxp-sandhook

    use the ones from `edxp-common` instead
    Palatis committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    a4c0b04 View commit details
    Browse the repository at this point in the history
  2. drop support for really old Blacklist App

    remove the support of really old `com.flarejune.xposedblacklist`.
    use the module blacklist function within EdXposed Manager instead.
    Palatis committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    eb0afc0 View commit details
    Browse the repository at this point in the history
  3. use paths in native ConfigManager

    instead of duplicating them all over native and managed space...
    there are many of them and most of them are quite inconsistent...
    Palatis committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    3aa84a4 View commit details
    Browse the repository at this point in the history
  4. lazy-update app data path in ConfigManager::IsAppNeedHook()

    zygote always starts with `uid == 0` and then fork into a different user.
    so we delay the evaluation until we get to the point where it's been hooked already.
    this enabled multi-user support, since we can now find the config files!
    Palatis committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    57ca663 View commit details
    Browse the repository at this point in the history