アプリの広告と通知トレイの広告に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"
/>
アプリからこの迷惑な通知広告を無効にするにはどうすればよいですか?