To add AdMob to an Android application, the following is required in the manifest:
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="YOUR_ADMOB_APP_ID"
Is there any way to protect YOUR_ADMOB_APP_ID from being visible as plain text here? It is exposed in the release apk-file with just a use of an archiver