Home
last modified time | relevance | path

Searched refs:grant (Results 1 – 25 of 163) sorted by relevance

1234567

/frameworks/base/core/java/android/webkit/
DPermissionRequest.java92 public abstract void grant(String[] resources); in grant() method in PermissionRequest
/frameworks/base/docs/html/preview/features/
Druntime-permissions.jd12 <li>If your app targets the M Preview SDK, it prompts users to grant
60 grant any permissions when they install or upgrade the app. Instead, the app
105 <p>The system may also grant the app signature permissions, as
107 permissions</a>. The user is <em>not</em> prompted to grant any permissions
142 that they need to grant that permission.
184 users to grant related permissions to an app in a single action. The user
185 only has to grant permission once per app for each permission group. If the
236 the app, the system asks the user to grant all permissions listed in the
255 the user to grant all declared permissions at install time.
313 grant the permission (or revokes it later on), your app becomes unable to
[all …]
/frameworks/base/docs/html/guide/topics/manifest/
Dgrant-uri-permission-element.jd1 page.title=&lt;grant-uri-permission&gt;
8 <dd><pre class="stx">&lt;grant-uri-permission android:<a href="#path">path</a>="<i>string</i>"
29 A provider can contain any number of {@code &lt;grant-uri-permission&gt;} elements.
Dprovider-element.jd35 <br/><code><a href="{@docRoot}guide/topics/manifest/grant-uri-permission-element.html">&lt;grant-ur…
154 <code><a href="{@docRoot}guide/topics/manifest/grant-uri-permission-element.html">&lt;grant-uri-per…
177 …fining <code><a href="{@docRoot}guide/topics/manifest/grant-uri-permission-element.html">&lt;grant
185 …so the <code><a href="{@docRoot}guide/topics/manifest/grant-uri-permission-element.html">&lt;grant
Dpermission-element.jd33 whether to grant the permission to another application.
76 whether or not to grant the permission to an application requesting it.
98 grant it to the requesting application. For example, any dangerous
Dmanifest-intro.jd116 …<a href="{@docRoot}guide/topics/manifest/grant-uri-permission-element.html">&lt;grant-uri-permissi…
141 <br/><code><a href="{@docRoot}guide/topics/manifest/grant-uri-permission-element.html">&lt;grant-ur…
363 to grant the permission to an application that has requested it, an icon representing
425 the device, the installer determines whether or not to grant the requested
Duses-permission-element.jd82 <p>This way, beginning with API level 19, the system will no longer grant your app the
/frameworks/base/keystore/tests/src/android/security/
DKeyStoreTest.java487 mKeyStore.grant(TEST_KEYNAME, 0)); in testGrant_Generated_Success()
496 assertTrue("Should be able to grant key to other user", mKeyStore.grant(TEST_KEYNAME, 0)); in testGrant_Imported_Success()
504 mKeyStore.grant(TEST_KEYNAME, 0)); in testGrant_NoKey_Failure()
509 mKeyStore.grant(TEST_KEYNAME, 0)); in testGrant_NotInitialized_Failure()
521 mKeyStore.grant(TEST_KEYNAME, 0)); in testUngrant_Generated_Success()
535 mKeyStore.grant(TEST_KEYNAME, 0)); in testUngrant_Imported_Success()
567 mKeyStore.grant(TEST_KEYNAME, 0)); in testUngrant_DoubleUngrant_Failure()
585 mKeyStore.grant(TEST_KEYNAME, 0)); in testUngrant_DoubleGrantUngrant_Failure()
588 mKeyStore.grant(TEST_KEYNAME, 0)); in testUngrant_DoubleGrantUngrant_Failure()
/frameworks/base/docs/html/training/secure-file-sharing/
Dindex.jd37 receiving app the file's content URI and grant temporary access permissions to that URI.
53 temporary permissions that you grant to the receiving app for the content URI.
Dshare-file.jd212 allow the client app to access the file. To allow access, grant permissions to the client app by
214 the {@link android.content.Intent}. The permissions you grant are temporary and expire
245 way to securely grant access to your files using temporary access permissions. Avoid calling
/frameworks/base/core/java/android/security/
DIKeystoreService.aidl50 int grant(String name, int granteeUid); in grant() method
/frameworks/base/docs/html-intl/intl/zh-tw/preview/features/
Druntime-permissions.jd683 如要授與權限,可使用套件管理員的 <code>grant</code> 命令:
687 $ adb pm grant &lt;package_name&gt; &lt;permission_name&gt;
696 $ adb pm grant com.example.myapp android.permission.RECORD_AUDIO
/frameworks/base/docs/html-intl/intl/ko/preview/features/
Druntime-permissions.jd683 권한을 허용하려면, 패키지 관리자의 <code>grant</code> 명령을 사용하세요.
687 $ adb pm grant &lt;package_name&gt; &lt;permission_name&gt;
696 $ adb pm grant com.example.myapp android.permission.RECORD_AUDIO
/frameworks/base/docs/html-intl/intl/ru/preview/features/
Druntime-permissions.jd683 Для представления разрешения используйте команду <code>grant</code> диспетчера пакетов:
687 $ adb pm grant &lt;package_name&gt; &lt;permission_name&gt;
696 $ adb pm grant com.example.myapp android.permission.RECORD_AUDIO
/frameworks/base/docs/html-intl/intl/zh-cn/preview/features/
Druntime-permissions.jd683 要授予权限,请使用软件包管理器的 <code>grant</code> 命令:
687 $ adb pm grant &lt;package_name&gt; &lt;permission_name&gt;
696 $ adb pm grant com.example.myapp android.permission.RECORD_AUDIO
/frameworks/base/docs/html-intl/intl/ja/preview/features/
Druntime-permissions.jd683 パーミッションを付与するには、Package Manager の <code>grant</code> コマンドを使います。
687 $ adb pm grant &lt;package_name&gt; &lt;permission_name&gt;
696 $ adb pm grant com.example.myapp android.permission.RECORD_AUDIO
/frameworks/base/services/core/java/com/android/server/pm/
DPermissionsState.java478 if (!permissionData.grant(userId)) { in grantPermission()
592 public boolean grant(int userId) { in grant() method in PermissionsState.PermissionData
/frameworks/base/docs/html-intl/intl/zh-tw/preview/testing/
Dguide.jd85 <pre>adb shell pm [grant|revoke] &lt;permission.name&gt; ...</pre>
/frameworks/base/docs/html-intl/intl/zh-cn/preview/testing/
Dguide.jd85 <pre>adb shell pm [grant|revoke] &lt;permission.name&gt; ...</pre>
/frameworks/base/docs/html-intl/intl/ko/preview/testing/
Dguide.jd85 <pre>adb shell pm [grant|revoke] &lt;permission.name&gt; ...</pre>
/frameworks/base/docs/html-intl/intl/ru/preview/testing/
Dguide.jd85 <pre>adb shell pm [grant|revoke] &lt;permission.name&gt; ...</pre>
/frameworks/base/docs/html-intl/intl/ja/preview/testing/
Dguide.jd85 <pre>adb shell pm [grant|revoke] &lt;permission.name&gt; ...</pre>
/frameworks/base/keystore/java/android/security/
DKeyStore.java329 public boolean grant(String key, int uid) { in grant() method in KeyStore
331 return mBinder.grant(key, uid) == NO_ERROR; in grant()
/frameworks/base/docs/html/preview/testing/
Dguide.jd55 can grant or revoke the permissions granted to an app individually at any time. This feature of
85 <pre>adb shell pm [grant|revoke] &lt;permission.name&gt; ...</pre>
/frameworks/base/docs/html/training/id-auth/
Dauthenticate.jd152 <li>The user decided not to grant your app access to the account.</li>
159 not to grant access, there's not much that your application can do about it. The

1234567