Lines Matching refs:restriction
70 enterprise administrator communicates restriction changes to the restrictions
128 one <code><restriction></code> child element for every configuration
147 <code><restriction></code> element like this:
154 <restriction
170 You use each restriction's <code>android:key</code> attribute to read its
171 value from a restrictions bundle. For this reason, each restriction must have
196 Your app is not automatically notified when other apps change its restriction
203 To find out the current restriction settings, your app uses a {@link
213 <li>When the app is notified of a restriction change, as described in
267 containing a key-value pair for each restriction that has been set. The
279 one item for every restriction that has been explicitly set by a restrictions
280 provider. However, you <em>cannot</em> assume that a restriction will be
287 restrictions settings. For example, if your app has a restriction specifying
289 the restriction is set to <code>false</code>, you would have to disable data
300 // here, cellularDefault is a boolean set with the restriction's
318 this intent so you can change the app's behavior when the restriction settings
355 about restriction changes when it is paused. Instead, you should unregister
359 broadcast receiver to make sure you're notified about restriction changes