I've published an application to Google appmarket.
And I am using admob to gain some profit. Now I find that someone downloaded my app and removed the ads, and published it to some other market, which is not what i want at all.
Here is some 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=""/>
Can you guys give me some advises on how to prevents this from happening. Any help will be appreciated, thanks