Home
last modified time | relevance | path

Searched refs:ask (Results 1 – 25 of 55) sorted by relevance

123

/frameworks/base/services/core/java/com/android/server/am/
DCompatModeDialog.java84 boolean ask = mService.mCompatModePackages.getPackageAskCompatModeLocked( in updateControls()
86 mAlwaysShow.setChecked(ask); in updateControls()
87 mHint.setVisibility(ask ? View.INVISIBLE : View.VISIBLE); in updateControls()
DCompatModePackages.java238 public void setFrontActivityAskCompatModeLocked(boolean ask) { in setFrontActivityAskCompatModeLocked() argument
241 setPackageAskCompatModeLocked(r.packageName, ask); in setFrontActivityAskCompatModeLocked()
245 public void setPackageAskCompatModeLocked(String packageName, boolean ask) { in setPackageAskCompatModeLocked() argument
247 int newFlags = ask ? (curFlags&~COMPAT_FLAG_DONT_ASK) : (curFlags|COMPAT_FLAG_DONT_ASK); in setPackageAskCompatModeLocked()
/frameworks/base/docs/html-intl/intl/ja/training/articles/
Dscoped-directory-access.jd138 リクエストがユーザーにより拒否され、アプリが再度アクセスをリクエストすると、UI に [<b>Don't ask again</b>] チェックボックスが表示されます。
141 …oid-7.0/scoped-directory-access-dont-ask.png" srcset="{@docRoot}images/android-7.0/scoped-director…
146 <p>ユーザーが [<b>Don't ask again</b>] を選択してリクエストを拒否すると、特定のディレクトリに対するアプリからの今後のすべてのリクエストは自動的に拒否され、リクエストに関…
/frameworks/base/docs/html-intl/intl/ko/training/articles/
Dscoped-directory-access.jd139 요청하면, UI에 <b>Don't ask again</b> 체크박스가 표시됩니다.</p>
141 …oid-7.0/scoped-directory-access-dont-ask.png" srcset="{@docRoot}images/android-7.0/scoped-director…
146 <p>사용자가 <b>Don't ask again</b>을 선택하여 요청을 거부하면 앱에서 해당 디렉터리에 대한 이후의 모든
/frameworks/base/docs/html-intl/intl/zh-cn/training/articles/
Dscoped-directory-access.jd142 如果用户拒绝了一项请求,而应用再次请求访问,UI 会显示一个 <b>Don't ask again</b> 复选框:
145 …oid-7.0/scoped-directory-access-dont-ask.png" srcset="{@docRoot}images/android-7.0/scoped-director…
150 <p>如果用户选择 <b>Don't ask again</b> 并拒绝请求,您的应用向指定目录提出的所有未来请求都将被自动拒绝,并且将不会有请求 UI 呈现给用户。
/frameworks/base/docs/html/training/permissions/
Dbest-practices.jd44 task. You can have your app ask for permission to perform the operation
112 <h2 id="ask-neccessary">Only Ask for Permissions You Need</h2>
115 Every time you ask for a permission, you force the user to make a decision.
139 overwhelm the user and cause them to quit your app. Instead, you should ask
145 app. It might make sense to ask for all of those permissions as soon as the
150 contacts, you probably should <em>not</em> ask for the {@link
153 ask for the permission then.
191 requestPermissions()} to ask the user for that access. Of course, not every
Drequesting.jd142 the app has to explicitly ask the user for permission.
149 it must ask the user to grant the permission. Android provides several
196 past and chose the <strong>Don't ask again</strong> option in the permission
348 of telling the system not to ask for that permission again. In that case, any
351 requestPermissions()} to ask for that permission again, the system
Dindex.jd39 may grant the permission automatically, or the system may ask the user to
/frameworks/base/docs/html/training/articles/
Dscoped-directory-access.jd140 to repeatedly ask the user for access. Once the user has granted access, call
152 again, the UI displays a <b>Don't ask again</b> checkbox:</p>
154 <img src="{@docRoot}images/android-7.0/scoped-directory-access-dont-ask.png"
155 srcset="{@docRoot}images/android-7.0/scoped-directory-access-dont-ask.png 1x,
160 <p>If the user selects <b>Don't ask again</b> and denies the request, all
Dwear-permissions.jd229 alt="If the app obviously needs a permission to run at all, it can ask for it immediately on
241 ask for the permission.</p>
/frameworks/base/docs/html-intl/intl/in/training/articles/
Dscoped-directory-access.jd139 lagi, UI akan menampilkan kotak centang <b>Don't ask again</b>:</p>
141 …oid-7.0/scoped-directory-access-dont-ask.png" srcset="{@docRoot}images/android-7.0/scoped-director…
146 <p>Jika pengguna memilih <b>Don't ask again</b> dan menolak permintaan,
/frameworks/base/docs/html-intl/intl/id/training/articles/
Dscoped-directory-access.jd139 lagi, UI akan menampilkan kotak centang <b>Don't ask again</b>:</p>
141 …oid-7.0/scoped-directory-access-dont-ask.png" srcset="{@docRoot}images/android-7.0/scoped-director…
146 <p>Jika pengguna memilih <b>Don't ask again</b> dan menolak permintaan,
/frameworks/base/docs/html-intl/intl/es/training/articles/
Dscoped-directory-access.jd139 nuevamente, aparece la casilla de verificación <b>Don't ask again</b> en la IU:</p>
141 …oid-7.0/scoped-directory-access-dont-ask.png" srcset="{@docRoot}images/android-7.0/scoped-director…
146 <p>Si el usuario selecciona <b>Don't ask again</b> y deniega la solicitud, todas las
/frameworks/base/docs/html/distribute/googleplay/
Dcardboard.jd37 Overflow tag</a> to find and ask questions about Cardboard development.</li>
/frameworks/base/docs/html-intl/intl/pt-br/training/articles/
Dscoped-directory-access.jd141 …oid-7.0/scoped-directory-access-dont-ask.png" srcset="{@docRoot}images/android-7.0/scoped-director…
/frameworks/base/docs/html/
Dlicense.jd48 ask that you give proper <a href="#attribution">attribution</a>. </p>
101 In practice we ask that you provide attribution to the Android Open
145 video, we ask that you make a best effort to include a spoken or
/frameworks/av/media/libmedia/
DAudioTrackShared.cpp726 size_t ask = buffer->mFrameCount; in obtainBuffer() local
727 if (part1 > ask) { in obtainBuffer()
728 part1 = ask; in obtainBuffer()
/frameworks/base/docs/html/samples/
Dindex.jd56 <p>Android Studio may ask you to choose the type of project you are importing.
/frameworks/base/docs/html/topic/performance/power/
Dindex.jd68 You should ask these questions when it comes to using the CPU,
/frameworks/base/docs/html/training/game-controllers/
Dmultiple-controllers.jd128 game controller disconnects, you should pause the game and ask if the user
/frameworks/base/docs/html/training/basics/network-ops/
Ddata-saver.jd147 good practice to first ask the user if they want to launch the
/frameworks/base/docs/html/topic/performance/rendering/
Doverdraw.jd98 new commands, and ask the rest of the system to wait until it can catch up.
/frameworks/base/docs/html/distribute/users/
Dbuild-buzz.jd171 apps and free versions if the apps are priced. Follow up and ask them to
/frameworks/base/docs/html/about/versions/marshmallow/
Dandroid-6.0-testing.jd47 permissions during the install procedure, your app must ask the user for individual permissions
/frameworks/base/docs/html/training/id-auth/
Dcustom_auth.jd170 <strong>Accounts &amp; Sync</strong> Settings page to add an account, and apps that ask for

123