How to fix this error
Unable to find explicit activity class{packageName/com.google.android.play.core.common.PlaycoreDialogWrapperActivity};have you declared this activity in your AndroidManifest.xml?
this is my activity
<activity
android:enabled=“false”
android:exported=“false”
android:name=“com.google.android.play.core.common.PlayCoreDialogWrapperActivity”
android:stateNotNeeded=“true”
android:theme=“@style/Theme.PlayCore.Transparent”/>