[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 <roman@tsisyk.com>
This commit is contained in:
Roman Tsisyk 2021-01-01 06:05:38 +00:00
parent 85a3b8c47d
commit 08669db2c5
2 changed files with 2 additions and 2 deletions

View file

@ -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">
<!-- Mentioned MoPub dependencies use 16 API level as a min SDK version, which conflicts

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="shared_user_label" translatable="false">Maps With Me</string>
<string name="shared_user_label" translatable="false">OMaps</string>
<!-- Dev facebook credentials
<string name="facebook_app_id" translatable="false">462405334160274</string>