Skip to content

Commit

Permalink
Corrected Android screen_lock_timeout to indicate that value of 0 mea…
Browse files Browse the repository at this point in the history
…ns no

restriction.
  • Loading branch information
mpeck12 committed Apr 24, 2014
1 parent b3237a6 commit de66e10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x-android-definitions.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@
</xsd:element>
<xsd:element name="screen_lock_timeout" type="oval-def:EntityStateIntType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The current policy for the highest screen lock timeout the user is allowed to specify. (The user may still specify lower values in the device settings.)</xsd:documentation>
<xsd:documentation>The current policy for the highest screen lock timeout the user is allowed to specify. 0 indicates no restriction. (The user may still specify lower values in the device settings.)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="keyguard_disabled_features" type="android-def:EntityStateKeyguardDisabledFeaturesType" minOccurs="0" maxOccurs="1">
Expand Down
2 changes: 1 addition & 1 deletion x-android-system-characteristics.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@
</xsd:element>
<xsd:element name="screen_lock_timeout" type="oval-sc:EntityItemIntType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The current policy for the highest screen lock timeout the user is allowed to specify. (The user may still specify lower values in the device settings.)</xsd:documentation>
<xsd:documentation>The current policy for the highest screen lock timeout the user is allowed to specify. 0 indicates no restriction. (The user may still specify lower values in the device settings.)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="keyguard_disabled_features" type="android-sc:EntityItemKeyguardDisabledFeaturesType" minOccurs="0" maxOccurs="1">
Expand Down

0 comments on commit de66e10

Please sign in to comment.