/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattDescriptor.java | 124 public BluetoothGattDescriptor(UUID uuid, int permissions) { in BluetoothGattDescriptor() argument 125 initDescriptor(null, uuid, 0, permissions); in BluetoothGattDescriptor() 137 int instance, int permissions) { in BluetoothGattDescriptor() argument 138 initDescriptor(characteristic, uuid, instance, permissions); in BluetoothGattDescriptor() 142 int instance, int permissions) { in initDescriptor() argument 146 mPermissions = permissions; in initDescriptor()
|
D | BluetoothGattCharacteristic.java | 231 public BluetoothGattCharacteristic(UUID uuid, int properties, int permissions) { in BluetoothGattCharacteristic() argument 232 initCharacteristic(null, uuid, 0, properties, permissions); in BluetoothGattCharacteristic() 241 int properties, int permissions) { in BluetoothGattCharacteristic() argument 242 initCharacteristic(service, uuid, instanceId, properties, permissions); in BluetoothGattCharacteristic() 247 int properties, int permissions) { in initCharacteristic() argument 251 mPermissions = permissions; in initCharacteristic()
|
/frameworks/base/docs/html/guide/topics/security/ |
D | permissions.jd | 12 <li><a href="#permissions">Using Permissions</a></li> 31 that a particular process can perform, and per-URI permissions for granting 52 <em>permissions</em> they need for additional capabilities not provided by 53 the basic sandbox. Applications statically declare the permissions they 55 application is installed. Android has no mechanism for granting permissions 78 permissions</a> and to grant or deny an application's <a 98 user ID and file permissions. Note that in order to retain security, only two applications 111 owned by your application, but its global read and/or write permissions have 115 <a name="permissions"></a> 118 <p>A basic Android application has no permissions associated with it by default, [all …]
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | permission-tree-element.jd | 16 <dd itemprop="description">Declares the base name for a tree of permissions. The application takes 17 ownership of all names within the tree. It can dynamically add new permissions 20 {@code com.example.project.taxes}, permissions like the following might be 29 namespace in which further permissions can be placed. See the 31 element for information on declaring permissions. 36 <dd>An icon representing all the permissions in the tree. This attribute
|
D | uses-permission-element.jd | 13 <p style="clear:left;">In some cases, the permissions that you request 30 <p>For a list of permissions that imply 32 href="{@docRoot}guide/topics/manifest/uses-feature-element.html#permissions-features"> 50 For more information on permissions, see the 54 A list of permissions defined by the base platform can be found at 63 standard system permissions, such as "{@code android.permission.CAMERA}"
|
D | permission-group-element.jd | 17 <dd itemprop="description">Declares a name for a logical grouping of related permissions. Individu… 24 which permissions can be placed. See the 26 on declaring permissions and assigning them to groups.
|
/frameworks/base/docs/html/training/articles/ |
D | security-tips.jd | 25 <li><a href="{@docRoot}guide/topics/security/permissions.html">Permissions</a></li> 33 default system and file permissions and avoid difficult decisions about security.</p> 41 security functionality such as cryptography, permissions, and secure 48 <li>User-granted permissions to restrict access to system features and user data.</li> 49 <li>Application-defined permissions to control application data on a per-app basis.</li> 80 offers read and write permissions to other apps and can make 126 </a> for reading and writing, or distinct permissions for reading and writing 127 within the manifest. We recommend that you limit your permissions to those 129 easier to add permissions later to expose new functionality than it is to take 136 Signature permissions do not require user confirmation, [all …]
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageInfo.java | 152 public PermissionInfo[] permissions; field in PackageInfo 312 dest.writeTypedArray(permissions, parcelableFlags); in writeToParcel() 361 permissions = source.createTypedArray(PermissionInfo.CREATOR); in PackageInfo()
|
/frameworks/base/docs/html/training/secure-file-sharing/ |
D | index.jd | 37 receiving app the file's content URI and grant temporary access permissions to that URI. 38 Content URIs with temporary URI access permissions are secure because they apply only to the 53 temporary permissions that you grant to the receiving app for the content URI. 64 granting access permissions to the URI, and sending the URI to the app.
|
/frameworks/base/data/etc/ |
D | Android.mk | 28 LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/permissions
|
/frameworks/base/docs/html/about/versions/ |
D | android-5.0-changes.jd | 298 overview, Android apps can define custom permissions as a means of managing 300 pre-defined system permissions. Apps define custom permissions in <a href= 306 There are a small number of scenarios where defining custom permissions is a 307 legitimate and secure approach. However, creating custom permissions is 309 depending on the protection level assigned to the permissions. 319 Apps using duplicate custom permissions 326 same logical name for their custom permissions. Apps might also incorporate 339 <strong>uniqueness restriction on custom permissions</strong> for 354 permissions just as before and to request custom permissions from other apps 378 <li>Do you actually intend for other apps to request your custom permissions [all …]
|
/frameworks/base/location/lib/ |
D | Android.mk | 42 LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/permissions
|
/frameworks/base/media/lib/remotedisplay/ |
D | Android.mk | 42 LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/permissions
|
/frameworks/base/media/lib/signer/ |
D | Android.mk | 42 LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/permissions
|
/frameworks/base/docs/html/training/location/ |
D | retrieve-current.jd | 11 <li><a href="#permissions">Specify App Permissions</a></li> 60 <h2 id="permissions">Specify App Permissions</h2> 62 <p>Apps that use location services must request location permissions. Android 63 offers two location permissions: 123 manifest, as described in the <a href="#permissions">Specify App
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | content-provider-basics.jd | 234 permissions in its manifest file. This is described in more detail in the section 395 as the names for other access permissions used by the provider, look in the provider's 399 The role of permissions in accessing providers is described in more detail in the section 685 <!-- Requesting permissions --> 688 A provider's application can specify permissions that other applications must have in order to 689 access the provider's data. These permissions ensure that the user knows what data 691 request the permissions they need in order to access the provider. End users see the requested 692 permissions when they install the application. 695 If a provider's application doesn't specify any permissions, then other applications have no 697 full read and write access, regardless of the specified permissions. [all …]
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
D | vignette_approx_relaxed.fs | 13 * See the License for the specific language governing permissions and
|
D | vignette_relaxed.fs | 13 * See the License for the specific language governing permissions and
|
D | levels_relaxed.fs | 13 * See the License for the specific language governing permissions and
|
D | fisheye_approx_relaxed.fs | 13 * See the License for the specific language governing permissions and
|
D | fisheye_relaxed.fs | 13 * See the License for the specific language governing permissions and
|
D | copy.fs | 13 * See the License for the specific language governing permissions and
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
D | p_med_ol.tab | 14 ** See the License for the specific language governing permissions and
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/ |
D | h264bsdCountLeadingZeros.S | 13 @ See the License for the specific language governing permissions and
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
D | ip.rsh | 13 * See the License for the specific language governing permissions and
|