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

Commit 6b3e6b19 authored by Ching-Sung Li's avatar Ching-Sung Li
Browse files

Fix action.VIEW intent for package visibility

Add http scheme to fix action.VIEW intent viewing URL.

Bug: 196239026
Test: Manual
Change-Id: I9c7214ddf04dbd9259936e4f6c5e2e6e21b7df4c
parent 2599b192
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@
        <!-- Intent filter with action VIEW -->
        <intent>
            <action android:name="android.intent.action.VIEW" />
            <data android:scheme="http" />
        </intent>
        <!-- Intent filter with action WallpaperService (live wallpaper interface) -->
        <intent>