Not that I care but I am just curious - I would also like to place a
ads banner to the app if it detects the app the user running is a
cracked app.
I know in iPhone I can do it by checking the info.plist etc.
Any idea?
--
Hi,
I want to display a textview at the bottom last line of the screen but
I have been trying without success. What is the correct way to display
it?
Many thanks,
CJ
-- code --
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/
android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@color/desktop"
android:gravity="center">
<Button
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/button1"/>
<Button
android:id="@+id/button2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/button2"/>
</LinearLayout>
--
As far as I know. no.
It's really unfortunate because there is a lot that could be done with
LVL, like allowing a single app to have a free sale and a paid sale
for instance.
However, why would you care if the user was still in their trial
period?
Presumably they are using the app or not.
- Brill Pappin
--