diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-05-13 21:01:41 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-13 21:01:41 +0530 |
commit | c0332c42ff7af4253a8c059f21cc7da7927560e2 (patch) | |
tree | 44195cda18942f6f65db5c0f843a9eaeff1298b4 /app/src/main/res/xml | |
parent | d695d21497e5f54f78316f77a1d637009b3ee633 (diff) |
treewide: fix copyright template and apply to all files (#773)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/autofill_config.xml | 5 | ||||
-rw-r--r-- | app/src/main/res/xml/oreo_autofill_service.xml | 5 | ||||
-rw-r--r-- | app/src/main/res/xml/preference.xml | 5 |
3 files changed, 15 insertions, 0 deletions
diff --git a/app/src/main/res/xml/autofill_config.xml b/app/src/main/res/xml/autofill_config.xml index aa9c8716..a27e30cf 100644 --- a/app/src/main/res/xml/autofill_config.xml +++ b/app/src/main/res/xml/autofill_config.xml @@ -1,3 +1,8 @@ +<!-- + ~ Copyright © 2014-2020 The Android Password Store Authors. All Rights Reserved. + ~ SPDX-License-Identifier: GPL-3.0-only + --> + <accessibility-service xmlns:android="http://schemas.android.com/apk/res/android" android:accessibilityEventTypes="typeViewFocused|typeViewClicked|typeWindowStateChanged|typeWindowContentChanged" android:accessibilityFeedbackType="feedbackGeneric" diff --git a/app/src/main/res/xml/oreo_autofill_service.xml b/app/src/main/res/xml/oreo_autofill_service.xml index cfc8690a..456b5a5d 100644 --- a/app/src/main/res/xml/oreo_autofill_service.xml +++ b/app/src/main/res/xml/oreo_autofill_service.xml @@ -1,4 +1,9 @@ <?xml version="1.0" encoding="utf-8" ?> +<!-- + ~ Copyright © 2014-2020 The Android Password Store Authors. All Rights Reserved. + ~ SPDX-License-Identifier: GPL-3.0-only + --> + <autofill-service xmlns:android="http://schemas.android.com/apk/res/android"> <compatibility-package android:name="com.android.chrome" /> <compatibility-package android:name="com.brave.browser" /> diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml index af55295c..8b9fadb1 100644 --- a/app/src/main/res/xml/preference.xml +++ b/app/src/main/res/xml/preference.xml @@ -1,4 +1,9 @@ <?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright © 2014-2020 The Android Password Store Authors. All Rights Reserved. + ~ SPDX-License-Identifier: GPL-3.0-only + --> + <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"> <PreferenceCategory app:title="@string/pref_autofill_title"> |