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

[Xamarin.Android.Build.Tests] Add support for testing on system applications. #5708

Merged
merged 3 commits into from
Mar 24, 2021

Commits on Mar 23, 2021

  1. [Xamarin.Android.Build.Tests] Add support for testing on system appli…

    …cations.
    
    Context https://work.azdo.io/1288717
    
    The new fast deployment system broke fast deployment for system installed
    applications. This commit adds unit tests to stop this kind of regression
    in the future.
    
    In order to install a `system` application we need a few things to happen
    
    1. The emulator MUST be started with the `-system-writable` argument
    2. The apk needs to be signed with a platform keystore.
    3. The AndroidManifest must include `android:sharedUserId="android.uid.system"`
       in its `manifest` element.
    dellis1972 committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    d442874 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Configuration menu
    Copy the full SHA
    7a8ce12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3518e7 View commit details
    Browse the repository at this point in the history