Skip to content

Instantly share code, notes, and snippets.

@Bigfoot71
Bigfoot71 / AndroidManifest.xml
Last active December 9, 2025 23:33
Example of AdMob integration in Raymob
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
<!-- Add this for apps targeting Android 13 or higher & GMA SDK version 20.3.0 or lower -->
<uses-permission android:name="com.google.android.gms.permission.AD_ID"/>
<application>