Fix action.VIEW intent for package visibility
Add http scheme to fix action.VIEW intent viewing URL.
Bug: 196239026
Test: Manual
Change-Id: I9c7214ddf04dbd9259936e4f6c5e2e6e21b7df4c
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 90e05cb..ccadc12 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -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>