UserManager.KeyRestrictionsPending Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Application restriction key that is used to indicate the pending arrival of real restrictions for the app.
[Android.Runtime.Register("KEY_RESTRICTIONS_PENDING", ApiSince=22)]
public const string KeyRestrictionsPending;
[<Android.Runtime.Register("KEY_RESTRICTIONS_PENDING", ApiSince=22)>]
val mutable KeyRestrictionsPending : string
Field Value
- Attributes
Remarks
Application restriction key that is used to indicate the pending arrival of real restrictions for the app.
Applications that support restrictions should check for the presence of this key. A true
value indicates that restrictions may be applied in the near future but are not available yet. It is the responsibility of any management application that sets this flag to update it when the final restrictions are enforced.
Key for application restrictions.
Type: Boolean
Java documentation for android.os.UserManager.KEY_RESTRICTIONS_PENDING
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.