From 51a4e9f136dcd63fe8ca7a079d93aba495925cf9 Mon Sep 17 00:00:00 2001 From: Sundong Ahn Date: Wed, 27 Mar 2019 15:14:34 +0900 Subject: [PATCH] Add version attribute The version attribute is added. Bug: 127435354 Test: m -j && make checkapi Change-Id: I5168a807a71defe6c1e7ceee65a4dc0540d3f2c2 --- core/xsd/permission.xsd | 1 + core/xsd/schema/current.txt | 2 ++ 2 files changed, 3 insertions(+) diff --git a/core/xsd/permission.xsd b/core/xsd/permission.xsd index d90863b2c7160..f967843671f2f 100644 --- a/core/xsd/permission.xsd +++ b/core/xsd/permission.xsd @@ -78,6 +78,7 @@ + diff --git a/core/xsd/schema/current.txt b/core/xsd/schema/current.txt index 82bb0feac0895..feffd083da706 100644 --- a/core/xsd/schema/current.txt +++ b/core/xsd/schema/current.txt @@ -97,8 +97,10 @@ package com.android.xml.permission { 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 {