From 00d822ad4bd63031cea29c5fd036ab0ca81bb0cc Mon Sep 17 00:00:00 2001 From: Philipp Crocoll Date: Tue, 11 Mar 2025 16:43:13 +0100 Subject: [PATCH] * show a toast when users without Play services are trying to scan a QR code (#2791) * show a message informing that built-in Google Drive support is more and more restricted by Google (#2788) --- src/keepass2android-app/EntryEditActivity.cs | 7 +++++++ src/keepass2android-app/Resources/values/strings.xml | 2 ++ 2 files changed, 9 insertions(+) diff --git a/src/keepass2android-app/EntryEditActivity.cs b/src/keepass2android-app/EntryEditActivity.cs index 67db73b8..d6337052 100644 --- a/src/keepass2android-app/EntryEditActivity.cs +++ b/src/keepass2android-app/EntryEditActivity.cs @@ -37,6 +37,7 @@ using System.Net; using System.Text; using Android.Content.Res; using Android.Database; +using Android.Gms.Common; using Android.Gms.Tasks; using Android.Graphics; using Android.Graphics.Drawables; @@ -1155,6 +1156,12 @@ namespace keepass2android dlgView.FindViewById