From 3728e2990c0101a23dab3663a074e9017e6b4214 Mon Sep 17 00:00:00 2001 From: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com> Date: Tue, 26 Jul 2022 13:42:05 -0300 Subject: [PATCH] [skip ci] Add information on how to test the URL intent filter (#12742) * [skip ci] Add information on how to test the URL intent filter. * Fix some typos. Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com> Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com> --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d56659031..afa77dcfa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -362,6 +362,12 @@ open class UriPartFilter(displayName: String, private val vals: Array" -a android.intent.action.VIEW +``` + #### Renaming existing sources There is some cases where existing sources changes their name on the website. To correctly reflect these changes in the extension, you need to explicity set the `id` to the same old value, otherwise it will get changed by the new `name` value and users will be forced to migrate back to the source.