From 5bdac9a6be1716738bd90816247fd52672a16568 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Tue, 12 Dec 2023 12:15:40 +0100 Subject: Fix a few accessibility issues reported by pre check of Play store --- main/src/ui/java/de/blinkt/openvpn/fragments/VPNProfileList.java | 1 + 1 file changed, 1 insertion(+) (limited to 'main/src/ui/java') diff --git a/main/src/ui/java/de/blinkt/openvpn/fragments/VPNProfileList.java b/main/src/ui/java/de/blinkt/openvpn/fragments/VPNProfileList.java index 5b4c736f..28504268 100644 --- a/main/src/ui/java/de/blinkt/openvpn/fragments/VPNProfileList.java +++ b/main/src/ui/java/de/blinkt/openvpn/fragments/VPNProfileList.java @@ -451,6 +451,7 @@ public class VPNProfileList extends ListFragment implements OnClickListener, Vpn if (context != null) { final EditText entry = new EditText(context); entry.setSingleLine(); + entry.setContentDescription(getString(R.string.name_of_the_vpn_profile)); AlertDialog.Builder dialog = new AlertDialog.Builder(context); if (mCopyProfile == null) -- cgit v1.2.3