This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
How to ensure an Android app can only be run on a tablet?
Hi Is there any way to restrict the application so that It can only be installed in tablet?
Thanks
Sunil Kumar Sahoo
Yes go into the android market publisher page.
Make sure your app is uploaded.
Click on your app name.
Scroll down to where it says 'Show devices'.
Click that and you can exlude all mobile phones from downloading your
app.
Failing that you can set some parameters in your manifest for screen size etc, but this is less reliable.
Related
This question already has answers here:
Kiosk mode in Android
(11 answers)
Closed 7 years ago.
Is there a way to hide all apps installed on the device and make only one app available to the user? In a way that the app automatically starts as soon as the screen is unlocked?
What I basically want to do is to have a device that's dedicated to the use of a single app. Can this somehow be accomplished? What options are available?
Since this app won't be distributed through google play or any other official channel, any even undocumented hacks would be an option. Any advise is welcome.
The only way that I think this can be implemented is by creating an custom launcher and include your app inside that launcher.
This question already has answers here:
How to programmatically take a screenshot on Android?
(26 answers)
Closed 9 years ago.
Which class is responsible for creating screenshots? Is it possible to change it and include in own project to take screenshots of ANY application? Has anyone tried to do so?
Is it possible to change it and include in own project to take screenshots of ANY application?
Fortunately, no, for obvious privacy and security reasons. Development tools and rooted device users can take arbitrary screenshots. Apps can take "screenshots" of their own content, but not that of other apps, to help prevent malware from stealing data from other apps.
This question already has answers here:
How to prevent an application from being uninstalled?
(2 answers)
Closed 9 years ago.
I have developed Android Application and even I installed into the Devices. But how to prevent the application/apk not to uninstall by the others/user of the Device.
Regards
Anand
You CAN'T.
Until your application is a part of Framework, user of your application can uninstall the app and this is right of user.
Although you can track the uninstallation of app by implementing Device Admin API
This question already has answers here:
Can I see the Logcat on the Android Phone itself, without connecting it to the computer?
(2 answers)
Closed 9 years ago.
is there a way to show logcat (such as in eclipse) overlay in our Android devices? if possible, can anyone give me a hint on how to do that?
Thanks
try this app aLogCat the best one!
try the app alogrec from google market u can record all your logs and save on the sdcard
This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Publishing an App on Google Play
Like two hours ago i uploaded and published my android application. But my application isnt available on Google Play. Im really worried because i cant find it using direct link with my app package name. (https://market.android.com/details?id=com.xxx.xxx)
My package name begins with "com.", is that fine ?
Im searching my app from pc btw. On my dev page i see my app is available for 1600+ devices.
My apk file is "active" and all other required fields im filled(like pic and description).
It can take more than a couple days for the app to be found by all devices.
Nothing to worry. Try.
https://play.google.com/store/apps/details?id=com.xxx.xxx
You need a couple of hours for it to show. I remember mine took 5hours. Some other apps could take days.