[FIX] Official app without sharedUserId (#2734)

This commit is contained in:
Diego Mello 2020-12-22 13:32:11 -03:00 committed by GitHub
parent 7c09112656
commit a385a7d145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:sharedUserId="chat.rocket.android">
</manifest>