GmsCore icon indicating copy to clipboard operation
GmsCore copied to clipboard

Missing flags in the manifest

Open ale5000-git opened this issue 3 years ago • 0 comments

@mar-v-in I have compared the manifest of microG GmsCore and Google Play Services and this is what we are missing:

<manifest
	android:sharedUserId="com.google.uid.shared">

	<application
		android:requiredForAllUsers="true"
		android:restrictedAccountType="com.google"
		android:usesNonSdkApi="true">

sharedUserId and requiredForAllUsers may help to make it working for all users on the phone. restrictedAccountType make the account available also in restricted profiles.

So it possibly help with #1624 and #1253 although I'm not sure.

ale5000-git avatar Sep 20 '22 15:09 ale5000-git