Questions tagged [uses-feature]

Use this tag for questions about the uses-feature declaration in the AndroidManifest.

the <uses-feature> declaration declares a single hardware or software feature that is used by the application.

The purpose of a <uses-feature> declaration is to inform any external entity of the set of hardware and software features on which your application depends.

More info can be found in the documentation.

39 questions
0
votes
1 answer

Android Designed for Phones

So I encountered a problem with my app on the google play store. My app is designed for both phone and tablet but it appears that it is only designed for phones according to the google play store. I thought I had fixed it by setting telephony to…
yun
  • 1,243
  • 11
  • 30
0
votes
1 answer

Error:(11) No resource identifier found for attribute 'requied' in package 'android'

I am trying to get my android app to be able to open my camera so I would be able to take a photo. I am currently following a tutorial left by Thenewboston on youtube. I feel that I have follow his code exactly but I seem to getting a problem he…
0
votes
1 answer

How to make my application visible for all devices?

I have an android application, now on android market.But this application is not visible for some devices,especially for some tabs. While running this application directly from system (not installing from market) works fine. Here is the manifest…
Asha Soman
  • 1,846
  • 1
  • 18
  • 28
0
votes
2 answers

How to set external storage as not required in manifest file?

I have devices MOTOROLA DROID ULTRA which does not support External Storage. My manifest file contains permissions-
sjain
  • 23,126
  • 28
  • 107
  • 185
0
votes
1 answer

How to make my application visibile for all devices and tablets?

My android application have functionality pick contact,location listing,access incoming&outgoing calls etc...Here is the manifest file.
Asha Soman
  • 1,846
  • 1
  • 18
  • 28
0
votes
1 answer

How to check permission support for device?

My application do not show in some devices when trying to download via Google Play.From googling I understood that it is due to uses-permission and we can it by uses-feature
Asha Soman
  • 1,846
  • 1
  • 18
  • 28
0
votes
2 answers

Removing doesn't remove it from for Google Play

I am developing an app for Android, and, after uploading it to Google Play, I realised that I was not depending on a anymore, so I removed it. To be more specific, I was coding a Camera Activity, so I needed these…
Sergi Juanola
  • 6,531
  • 8
  • 56
  • 93
0
votes
1 answer

Not allowing Android app to be installed on WiFi-only devices

I have an application that require the GSM/CDMA radio to be present and the ability to read the devices' IMEI (which is not present on WiFi-only devices). How would I use the to restrict my app from being visible to WiFi only devices…
Jay Sidri
  • 6,271
  • 3
  • 43
  • 62
0
votes
1 answer

Android Internet permission and Google Play filtering

I want to know which filtering android.permission.INTERNET adds on Google Play, if it adds something. I added to my manifest in order to have access to Internet, but this is not a main…
IvanRF
  • 7,115
  • 5
  • 47
  • 71
1 2
3