Someone knows how they use GCM (Google Cloud Messaging), applications like WhatsAuto or similar, to send messages to my WhatsApp contacts, I got the WhatsAuto message and I saw that they have these permissions.
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="com.android.vending.BILLING"/>
<uses-permission android:name="android.permission.READ_CONTACTS"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.WAKE_LOCK"/>
<uses-permission android:name="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE"/>
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE"/>
<permission android:name="com.future.whatslol.permission.C2D_MESSAGE" android:protectionLevel="signature"/>
<uses-permission android:name="com.future.whatslol.permission.C2D_MESSAGE"/>
But I would like to know how you use them to send messages to my WhatsApp contacts