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

Commit f63655e4 authored by Christopher Tate's avatar Christopher Tate Committed by Android (Google) Code Review
Browse files

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

parents 6138a43c 3c458636
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