Play Store "RECEIVE_SMS" permissions issue

My guess is that the Texting component adds the RECEIVE_SMS permission by default, no way to undo this with blocks.

As far as I know, the only way around this is to decompile your apk, edit the manifest file to remove the RECEIVE_SMS permission, then recompile the apk and re-sign it. You will need a program like Android Studio or apkTool to do this.

Here is an example: