Home
last modified time | relevance | path

Searched refs:requesting (Results 1 – 25 of 57) sorted by relevance

123

/frameworks/base/docs/html/guide/topics/manifest/
Dpermission-element.jd76 whether or not to grant the permission to an application requesting it.
85 <td>The default value. A lower-risk permission that gives requesting
89 of permission to a requesting application at installation, without
94 <td>A higher-risk permission that would give a requesting application
98 grant it to the requesting application. For example, any dangerous
105 <td>A permission that the system grants only if the requesting
/frameworks/base/docs/html/training/managing-audio/
Daudio-focus.jd87 <p>When requesting transient audio focus you have an additional option: whether or not you want to
89 silences its playback. By requesting a transient audio focus that allows ducking you tell other
111 registered when requesting focus.</p>
122 requesting audio focus receives a parameter that describes the focus change event. Specifically,
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DZenModePanel.java285 private void setRequestingConditions(final boolean requesting) { in setRequestingConditions() argument
286 if (mRequestingConditions == requesting) return; in setRequestingConditions()
287 if (DEBUG) Log.d(mTag, "setRequestingConditions " + requesting); in setRequestingConditions()
288 mRequestingConditions = requesting; in setRequestingConditions()
293 mController.requestConditions(requesting); in setRequestingConditions()
/frameworks/base/docs/html/training/swipe/
Dindex.jd39 provide a standard user experience for requesting updates, the Android
/frameworks/base/docs/html/training/enterprise/
Ddevice-management-policy.jd119 to users why the application is requesting to be a device administrator, by specifying the
139 // explain to user why the application is requesting to be a device
/frameworks/base/docs/html/about/versions/
Dandroid-5.1.jd92 requesting the {@link android.Manifest.permission#READ_PHONE_STATE} permission and setting {@link
/frameworks/base/docs/html/training/secure-file-sharing/
Drequest-file.jd31 When an app wants to access a file shared by another app, the requesting app (the client)
Dshare-file.jd168 * content URI and send it to the requesting app
/frameworks/base/docs/html/training/location/
Dactivity-recognition.jd44 Requesting activity recognition updates from Location Services is similar to requesting
311 purpose is to start the chain of method calls for requesting updates.
384 * Continue by requesting activity updates.
Ddisplay-address.jd196 variable, so you can send it back to the requesting activity:</p>
217 <p>To send the results back to the requesting activity, call the
Dgeofencing.jd61 The first step in requesting geofence monitoring is to request the necessary permission.
/frameworks/base/docs/html/guide/topics/ui/
Dhow-android-draws.jd16 {@link android.view.ViewGroup} is responsible for requesting
/frameworks/base/docs/html/training/safetynet/
Dindex.jd246 "apkPackageName": "com.package.name.of.requesting.app",
248 certificate used to sign requesting app"],
/frameworks/base/docs/html/training/wearables/data-layer/
Ddata-items.jd43 <li>When requesting data items, the system returns objects
/frameworks/base/docs/html/guide/appendix/
Dglossary.jd235 <dd>Android uses URI strings as the basis for requesting data in a content
236 provider (such as to retrieve a list of contacts) and for requesting
/frameworks/base/docs/html/preview/testing/
Dguide.jd54 well as better context for understanding why the app is requesting a specific permission. Users
/frameworks/base/docs/html/training/wearables/watch-faces/
Dinformation.jd65 weather every ten minutes and store the results locally, instead of requesting an update every
/frameworks/base/docs/html/training/camera/
Dcameradirect.jd37 <p>Directly controlling a device camera requires a lot more code than requesting pictures or videos
/frameworks/base/docs/html/training/volley/
Drequest.jd47 <p>Volley offers the following classes for requesting images. These classes layer on top
/frameworks/base/docs/html/training/wearables/apps/
Dvoice.jd235 for a launcher icon on a handheld. Instead of requesting an app icon in a launcher,
/frameworks/base/docs/html/guide/topics/connectivity/
Dbluetooth-le.jd152 such as requesting a connection, accepting a connection, and transferring data.</p>
228 // displays a dialog requesting user permission to enable Bluetooth.
Dbluetooth.jd169 such as requesting a connection, accepting a connection, and transferring data.</p>
245 <p>A dialog will appear requesting user permission to enable Bluetooth, as shown
292 Bluetooth enabled devices and then requesting some information about each one
436 <p>A dialog will be displayed, requesting user permission to make the device
/frameworks/base/docs/html/google/play/billing/
Dbilling_overview.jd136 the transaction, including requesting and validating the form of payment and
/frameworks/base/docs/html/tools/projects/
Dtemplates.jd289 <li>Recommended user interface for requesting login information</li>
/frameworks/base/docs/html/guide/topics/security/
Dpermissions.jd97 signed with the same signature (and requesting the same sharedUserId) will
452 <dd>Information about how requesting some permissions will implicitly restrict your app

123