*[I know this query is very old but still might be useful for future
readers]*
Hi gguoling,
For your particular requirement, you can set Window Flags to your
foreground activity as below:
Window window = getWindow();
window.addFlags(WindowManager.LayoutParams.FLAG_NOT_TOUCHABLE);
More informa
Hi
Is there a way to generate the key pair by the application and install
in the device's trusted keystore.
Application shall access this certificate (x509) generated during the
installation as one factor of authentication.
The query herein is
1) Is is technically possbile by app(during installat
Hello all,
I am currently at the end of devoping a simple program with a radio
group, two buttons and a text view. When I test it on my g1 and the
1.6 emulator it looks great, but when my friend tries it on his droid
many elements are displaced and cut off.
I am using absolutelayout, does this la
3 matches
Mail list logo