Alternate for android:sharedUserId="android.uid.system" in Android 13 (Target SDK version 33)

364 Views Asked by At

I have been going through the migration documentation of Android 13 and found that android:sharedUserId is no longer supported and we have to use either service or content providers for it(Doc link). But currently I am using it for making my application as system app using android:sharedUserId="android.uid.system". I there any alternate way or anything is possible?

0

There are 0 best solutions below