Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8492533
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T22:44:40+00:00 2026-06-10T22:44:40+00:00

I am aware of the camera availability on Nexus 7 so I changed my

  • 0

I am aware of the camera availability on Nexus 7 so I changed my manifest making the permission not required as follow:

<uses-permission android:name="android.permission.CAMERA" android:required="false"/>

The app is still not available. At this point I am confused from the doc which talks about uses-feature rather than user-permission:

Be aware of which system features that you declare (or imply) are
required to run your application or the Play Store will not make your
application available to Nexus 7 users. Always declare hardware
features that aren’t critical to your app as required=”false” then
detect at runtime if the feature is present and progressively enhance
functionality

What’s the deal here? I am confused about the difference between features and permissions.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T22:44:42+00:00Added an answer on June 10, 2026 at 10:44 pm

    uses-feature declares what types of hardware/software availability your app uses. You can use this to automatically narrow down what types of devices it will appear to. You can declare any of these features as optional, if the app is able to still function without them, and is designed to handle situations in which the feature is unavailable (such as with the Nexus 7 as you mentioned).

    uses-permission declares what types of functions your app is allowed to use. If you declare the permission, as you’ve done, it lets the user know “Hey, this app is allowed to use my camera” and they can decide whether or not to approve that usage. You cannot mark a permission as optional.

    You should instead leave the required attribute off of the uses-permission tag, and add another tag for the camera with uses-feature, and in that tag, mark it as required="false". For example:

    <uses-permission android:name="android.permission.CAMERA"/>
    <uses-feature android:name="android.hardware.camera" android:required="false"/>
    

    EDIT: Reading this document, it appears you may also have to add:

    <uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>
    

    since the camera permission implies the requirement of these two features. It may work without this extra tag, but it probably wouldn’t hurt to be over-specific, just in case.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am not aware whether any library available for barcode reader functionality for iPad
I am aware others have asked this, but the answers have not resolved my
I am aware that javascript does not allow true multidimensional arrays but you can
I have made an openGL camera class that uses lazy evaluation to provide the
I have made an openGL camera class that uses lazy evaluation to provide the
I am aware that the title is not self-explanatory but this is the simplest
So I am aware of the camera's issue on Samsung devices. You need to
Are aware of any solution that let me deactivate my facebook account through an
I aware that this will be a less programming question, but still... How can
BE AWARE! Creating spyware, computer viruses and similar nasties can be illegal where you

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.