Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d328d2c0 authored by Sundong Ahn's avatar Sundong Ahn Committed by android-build-merger
Browse files

Merge "Add version attribute" am: 5dfc73b9

am: 755044bd

Change-Id: I9bf2c56d421a8695db93a1e467e8a4e9316e9165
parents 2ccacf42 755044bd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"/>
+2 −0
Original line number Diff line number Diff line
@@ -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 {