From 13f52e1b50e0054b263c0a90042273d76668746c Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 11 Jul 2014 17:27:04 -0400 Subject: [PATCH] change title to "F-Droid" for VIEW Intent receiver chooser When someone clicks on a URL that F-Droid can accept, i.e. a repo URL, then Android puts up a chooser where the user can select which app to VIEW the URL with. That was showing up with the title "Repositories", which is the title used for that Activity when viewing it. This keeps the Activity title the same while changing the title in the chooser. --- AndroidManifest.xml | 6 +++++- src/org/fdroid/fdroid/views/ManageReposActivity.java | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 4cfe40cb6..dc708d240 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -107,9 +107,13 @@ android:name="android.app.default_searchable" android:value=".SearchResults" /> +