Hi,
I find in your OEMConfig Application for Android, you
registered Broadcast “com.android.vending.APPLICATION_RESTRICTIONS_CHANGED” staticly in AndroidManifest.xml, but in Android developer website there is just" android*.intent.action.APPLICATION_RESTRICTIONS_CHANGED " and only can be registered Dynamically in code.
Why there is that difference, is that means after the OEMConfig App upload to Google Play, it can receive the Broadcast “com.android.vending.APPLICATION_RESTRICTIONS_CHANGED” from Google Play, but in development stage you can not receive that Broadcast because the App is not upload to Google Play yet.