Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee5b89ac authored by Christopher Tate's avatar Christopher Tate Committed by Android Git Automerger
Browse files

am f63655e4: Merge "Use HTTPS when fetching app link verification resources" into mnc-dev

* commit 'f63655e4':
  Use HTTPS when fetching app link verification resources
parents 7cdd2945 f63655e4
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -569,8 +569,7 @@ public class PackageManagerService extends IPackageManager.Stub {
        }
        private String getDefaultScheme() {
            // TODO: replace SCHEME_HTTP with SCHEME_HTTPS
            return IntentFilter.SCHEME_HTTP;
            return IntentFilter.SCHEME_HTTPS;
        }
        @Override