Skip to content

Commit 98c5d54

Browse files
committed
ridiculous... disable email template because Google refuses app updates because of it.
1 parent 8769146 commit 98c5d54

3 files changed

Lines changed: 15 additions & 5 deletions

File tree

src/Kp2aBusinessLogic/database/edit/AddTemplateEntries.cs

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,15 @@ public AddTemplateEntries(Activity ctx, IKp2aApp app, OnFinish finish)
176176
}
177177
}
178178
},
179+
/*
180+
On 2025-11-25, Google refused to accept app updates because it claims the app collects e-mail addresses
181+
but does not declare so in the data security declaration.
182+
I sent an appeal but that was no accepted. There are now two bad choices:
183+
1.) Declare that we are collecting PII
184+
(which is visible to everybody on the Play page and leads to a bunch of follow up questions which are all non-sense,
185+
e.g. can the user have this info deleted)
186+
2.) or remove the e-mail template, because the screenshot they sent as "proof" showed creating a new entry there.
187+
Let's go with 2.
179188
new TemplateEntry()
180189
{
181190
Title = UiStringKey.TemplateTitle_EMail,
@@ -197,8 +206,9 @@ public AddTemplateEntries(Activity ctx, IKp2aApp app, OnFinish finish)
197206
FieldName = PwDefs.PasswordField
198207
}
199208
200-
}
209+
}
201210
},
211+
*/
202212
new TemplateEntry()
203213
{
204214
Title = UiStringKey.TemplateTitle_WLan,

src/keepass2android-app/Manifests/AndroidManifest_net.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
android:versionCode="243"
4-
android:versionName="1.14-r2"
3+
android:versionCode="245"
4+
android:versionName="1.14-r3"
55
package="keepass2android.keepass2android"
66
xmlns:tools="http://schemas.android.com/tools"
77
android:installLocation="auto">

src/keepass2android-app/Manifests/AndroidManifest_nonet.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
android:versionCode="243"
4-
android:versionName="1.14-r2"
3+
android:versionCode="245"
4+
android:versionName="1.14-r3"
55
package="keepass2android.keepass2android_nonet"
66
xmlns:tools="http://schemas.android.com/tools"
77
android:installLocation="auto">

0 commit comments

Comments
 (0)