summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorChing-Sung Li <chriscsli@google.com>2021-08-16 09:35:16 +0800
committerChing-Sung Li <chriscsli@google.com>2021-08-16 09:35:16 +0800
commit6b3e6b19e8110e9fdab84e5e9a1132683b7eddbb (patch)
tree0b57be44e98d1a85a3986266f652f72e6961c8f3 /AndroidManifest.xml
parent2599b192f9f60ef4726c03b75652790d2adf6f0d (diff)
downloadThemePicker-6b3e6b19e8110e9fdab84e5e9a1132683b7eddbb.tar.gz
Fix action.VIEW intent for package visibility
Add http scheme to fix action.VIEW intent viewing URL. Bug: 196239026 Test: Manual Change-Id: I9c7214ddf04dbd9259936e4f6c5e2e6e21b7df4c
Diffstat (limited to 'AndroidManifest.xml')
-rwxr-xr-xAndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 90e05cb1..ccadc124 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>