Lines Matching full:your
11 <a href="#perm-needed">Determine What Permissions Your App Needs</a>
38 the appropriate <i>permission.</i> You declare that your app needs a
46 the request. For example, if your app requests permission to turn on the
48 if your app needs to read the user's contacts, the system asks the user
54 <h2 id="perm-needed">Determine What Permissions Your App Needs</h2>
57 As you develop your app, you should note when your app is using capabilities
69 Your app only needs permissions for actions that it performs directly. Your
71 task or provide the information. For example, if your app needs to read the
74 your app uses an <em>intent</em> to request information from the user's
75 Contacts app, your app does not need any permissions, but the
84 To declare that your app needs a permission, put a <a href=
87 element in your <a href=