I published the application on Google Appmarket.
And I use admob to get some profit. Now I found that someone downloaded my application and removed the ad, and published it in some other market, which I donβt want at all.
Here is the code I put in my layout.xml
<com.admob.android.ads.AdView android:id="@+id/admob_view" android:visibility="visible" android:layout_width="fill_parent" android:layout_height="wrap_content" app:backgroundColor="#000000" app:primaryTextColor="#FFFFFF" app:secondaryTextColor="#CCCCCC" app:keywords=""/>
How can I prevent this?
source share