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

Commit 3c458636 authored by Christopher Tate's avatar Christopher Tate
Browse files

Use HTTPS when fetching app link verification resources

Bug 20016932

Change-Id: I30b4e052795551f3048b3adf29cd89ec0501fce8
parent 3aa16d76
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -566,8 +566,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