From f5ce7d8588add3c5901bdc423d73d8dbb4615db9 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 19 Nov 2013 20:02:11 -0500 Subject: [PATCH] simplify browse URL IntentFilter data for readability Each piece of applies to the whole IntentFilter, so each scheme, host, or pathPattern only needs to be stated once per IntentFilter. --- AndroidManifest.xml | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 601736044..ac8ee383a 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -49,14 +49,11 @@ - - - - + + + + + - - - - + + + + +