android - Admob ads in defferent process -


i added admob app, i've come across problem. want show ads in main process , sub process. registered in androidmanifast follows:

 <activity             android:name="com.google.android.gms.ads.adactivity"             android:configchanges="keyboard|keyboardhidden|orientation|screenlayout|uimode|screensize|smallestscreensize"/>  

i want show in sub process. find doesn't make sense...

did add line in manifiest

<meta-data android:name="com.google.android.gms.version"         android:value="@integer/google_play_services_version" /> 

and check if add these correctly

<activity android:name="com.google.android.gms.ads.adactivity"             android:configchanges="keyboard|keyboardhidden|orientation|screenlayout|uimode|screensize|smallestscreensize"             android:theme="@android:style/theme.translucent" /> 

Comments