From 3301a57a01a398057269c1857ecc851d2de7ebab Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 19 Nov 2013 14:29:07 -0500 Subject: [PATCH] handle incoming URIs based on patterns: "^https?://.*/(repo|archive)/*$" This allows for clickable/scannable URIs for adding repos to F-Droid. --- AndroidManifest.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index deebd53ef..601736044 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -71,6 +71,22 @@ + + + + + + + + + + + + + + + +