Files
android_development/samples/browseable/AppRestrictionSchema/_index.jd
Trevor Johns 6876a9cfc5 Add browseable samples for L SDK release
Change-Id: I71c6ff9a90b7734042d68af7f01e6d61118cc508
2014-10-17 03:31:00 -07:00

13 lines
454 B
Plaintext

page.tags="AppRestrictionSchema"
sample.group=Admin
@jd:body
<p>
This sample shows how to use app restrictions. This application has one boolean
restriction with a key \"can_say_hello\" that defines whether the only feature of this
app (press the button to show \"Hello\" message) is enabled or disabled. Use
AppRestrictionEnforcer sample to toggle the restriction.
</p>