Lines Matching refs:requests
61 requests permissions as it needs them, and the system shows a dialog to the
112 <strong>User Grants Permissions at Run-Time:</strong> When the app requests
130 whether it has that permission already. If it does not, it requests to be
186 app subsequently requests a permission from the same permission group, the
197 send a message, it requests the <code>SEND_SMS</code> permission. The system
200 requested. Later, the app requests <code>RECEIVE_SMS</code>. The
222 <li>If the app requests permissions in the manifest that fall under {@link
383 the app, and the app requests permissions as they are needed.
393 running the M Preview. Instead, your app requests permissions as they are
394 needed. When your app requests a permission, the system shows a dialog to the
401 all the permissions your app requests in its manifest, except for those
640 user's contacts, and requests the permission if necessary:</p>
675 When an app requests permissions, the system presents a dialog box to the
681 if an app requests <code>READ_CONTACTS</code> access it might have the
819 You should minimize the number of times you make these requests.
838 If you confront the user with a lot of requests for permissions at once, you may
883 One way to do this is to incorporate these requests into an app tutorial. The