1

Referring to my previous question

PREVIOUS QUESTION

How I can share the secure data from one app to another?

My both apps are in production already, so would I be able to use SharedUserID as it requires signing with same certificate?

Please don't refer my own question as an answer

Vir Rajpurohit
  • 1,869
  • 1
  • 10
  • 23
  • 1
    Does this answer your question? [Encryption in sending data from one app to another in android](https://stackoverflow.com/questions/60634550/encryption-in-sending-data-from-one-app-to-another-in-android) – Vivek Mishra Mar 13 '20 at 03:48
  • @VivekMishra That question posted by me only. I have referred its link as well in this question – Vir Rajpurohit Mar 13 '20 at 03:52
  • Still it is the same question and you should ask your further doubts in that same question. Asking it again doesn't does any good . – Vivek Mishra Mar 13 '20 at 04:09
  • The context is different (using sharedUserId). I thought asking a new question will be good instead of creating long thread. Hope you understand. – Vir Rajpurohit Mar 13 '20 at 04:14
  • At least review the documentation: https://developer.android.com/guide/topics/manifest/manifest-element.html which states that `android:sharedUserId` is **deprecated in API level 29**. – Morrison Chang Mar 13 '20 at 05:28
  • What's wrong with a normal explicit Intent? – Ryan M Mar 13 '20 at 06:00

1 Answers1

0

You can achieve it by followings.

1) Deep linking 2) AIDL