我将 admob 用于我的应用程序中的广告,并在通知托盘中提供广告。
我在我的应用程序中使用以下代码进行添加:
adView = (AdView)findViewById(R.id.ad);
adView.loadAd(new AdRequest());
<com.google.ads.AdView
xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads"
android:id="@+id/ad"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
ads:adUnitId="my id"
ads:adSize="SMART_BANNER"
android:layout_alignParentBottom="true"
ads:loadAdOnCreate="true"
/>
如何从我的应用中禁用此 annyoing 通知广告?