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

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

am ee5b89ac: am f63655e4: Merge "Use HTTPS when fetching app link verification...

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

* commit 'ee5b89ac':
  Use HTTPS when fetching app link verification resources
parents 45254a8e ee5b89ac
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