From 08669db2c556ce604e22967e2feae09e3928cab2 Mon Sep 17 00:00:00 2001 From: Roman Tsisyk Date: Fri, 1 Jan 2021 06:05:38 +0000 Subject: [PATCH] [android] Remove data sharing with com.mapswithme We don't have permissions for that: INSTALL_FAILED_SHARED_USER_INCOMPATIBLE: Reconciliation failed...: Reconcile failed: Package app.omaps.beta has no signatures that match those in shared user com.mapswithme; ignoring! Fixes https://github.com/omapsapp/omapsapp/issues/39 Signed-off-by: Roman Tsisyk --- android/AndroidManifest.xml | 2 +- android/res/values/donottranslate.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 8c9c5a0107..be51ff90a3 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -4,7 +4,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:installLocation="auto" - android:sharedUserId="com.mapswithme" + android:sharedUserId="app.omaps" android:sharedUserLabel="@string/shared_user_label">