Loading core/xsd/permission.xsd +1 −0 Original line number Diff line number Diff line Loading @@ -78,6 +78,7 @@ <xs:complexType name="feature"> <xs:attribute name="name" type="xs:string"/> <xs:attribute name="notLowRam" type="xs:string"/> <xs:attribute name="version" type="xs:int"/> </xs:complexType> <xs:complexType name="unavailable-feature"> <xs:attribute name="name" type="xs:string"/> Loading core/xsd/schema/current.txt +2 −0 Original line number Diff line number Diff line Loading @@ -97,8 +97,10 @@ package com.android.xml.permission.configfile { ctor public Feature(); method public String getName(); method public String getNotLowRam(); method public int getVersion(); method public void setName(String); method public void setNotLowRam(String); method public void setVersion(int); } public class Group { Loading Loading
core/xsd/permission.xsd +1 −0 Original line number Diff line number Diff line Loading @@ -78,6 +78,7 @@ <xs:complexType name="feature"> <xs:attribute name="name" type="xs:string"/> <xs:attribute name="notLowRam" type="xs:string"/> <xs:attribute name="version" type="xs:int"/> </xs:complexType> <xs:complexType name="unavailable-feature"> <xs:attribute name="name" type="xs:string"/> Loading
core/xsd/schema/current.txt +2 −0 Original line number Diff line number Diff line Loading @@ -97,8 +97,10 @@ package com.android.xml.permission.configfile { ctor public Feature(); method public String getName(); method public String getNotLowRam(); method public int getVersion(); method public void setName(String); method public void setNotLowRam(String); method public void setVersion(int); } public class Group { Loading