Tagged Questions
2
votes
2answers
72 views
Is it possible to restrict an application distribution on Amazon appstore based on the country?
I want to publish an Android application on the Amazon Appstore, but I need to restrict availability and distribution of this application to Canada only.
Is it possible?
3
votes
1answer
390 views
Android : Restrict apk file to install Only in Devices Which Uses HDPI & MDPI images.
I have One Project Which is Already Implemented in IPhone(more than 2 yeas ago). Now i just have that Source code to build this same application in Android. Due to some reason Client Does Not have ...
0
votes
2answers
196 views
How to restrict the user did not enter more than two digits after decimal point?
I have edittext in listview. I want to restrict the user if they enter more than two digits after the decimal point. Now it allowing n number of numbers. How to restrict the user did not enter more ...
1
vote
2answers
289 views
How to restrict my mobile apps while my device in certain range in Wi-FI. i want to make application like sonic wall or firewall in Android?
I want to give restrict the usage of apps whenever device is in range of my wifi network. and at time my application will start automatically and it should always running within my wifi range, no one ...
1
vote
3answers
274 views
How to restrict users to shut down apps on Android?
I have a request on developing enterprice tracking application. The application should be able to get current postion of the phone and send it to server every 5 minutes. Even if application is running ...
1
vote
1answer
745 views
Android developing: restrict user to only run and use my application
I'm developing android application for CAR usage and I need that in phone or tablet the driver can only run and use this application: No calling or running other app. Is that possible? If it is not, ...
2
votes
2answers
265 views
Restrict Android Market Application By Location
I've read that it is possible to restrict an application that you submit to the Android Market by country. Is it possible to restrict users from downloading your application by state in the United ...
1
vote
1answer
2k views
Text Only Input EditText android
I want to restric user from entering any special character or number into edit text, but programmatically it should allow.
I know I can make inputType="text" but it deals only with the softkeyboard. ...