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

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

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

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

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