diff --git a/lib/Android.bp b/lib/Android.bp index 6df2516c..9404ee9f 100644 --- a/lib/Android.bp +++ b/lib/Android.bp @@ -28,17 +28,3 @@ java_library { ":spn-info", ], } - -// Sensitive Phone Numbers schema -// ============================================================= -filegroup { - name: "spn-schema", - srcs: ["SpnInfo.xsd"], -} - -xsd_config { - name: "spn-info", - srcs: [":spn-schema"], - api_dir: "schema", - package_name: "org.lineageos.lib.phone.spn", -} diff --git a/lib/SpnInfo.xsd b/lib/SpnInfo.xsd deleted file mode 100644 index d30630dc..00000000 --- a/lib/SpnInfo.xsd +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/lib/schema/current.txt b/lib/schema/current.txt deleted file mode 100644 index 13e52c67..00000000 --- a/lib/schema/current.txt +++ /dev/null @@ -1,40 +0,0 @@ -// Signature format: 2.0 -package org.lineageos.lib.phone.spn { - - public class Item { - ctor public Item(); - method public String getCategories(); - method public String getLanguages(); - method public String getName(); - method public String getNumber(); - method public String getOrganization(); - method public String getWebsite(); - method public void setCategories(String); - method public void setLanguages(String); - method public void setName(String); - method public void setNumber(String); - method public void setOrganization(String); - method public void setWebsite(String); - } - - public class SensitivePN { - ctor public SensitivePN(); - method public java.util.List getItem(); - method public String getNetwork(); - method public void setNetwork(String); - } - - public class SensitivePNS { - ctor public SensitivePNS(); - method public java.util.List getSensitivePN(); - } - - public class XmlParser { - ctor public XmlParser(); - method public static org.lineageos.lib.phone.spn.SensitivePNS read(java.io.InputStream) throws javax.xml.datatype.DatatypeConfigurationException, java.io.IOException, org.xmlpull.v1.XmlPullParserException; - method public static String readText(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException; - method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException; - } - -} - diff --git a/lib/schema/last_current.txt b/lib/schema/last_current.txt deleted file mode 100644 index e69de29b..00000000 diff --git a/lib/schema/last_removed.txt b/lib/schema/last_removed.txt deleted file mode 100644 index e69de29b..00000000 diff --git a/lib/schema/removed.txt b/lib/schema/removed.txt deleted file mode 100644 index d802177e..00000000 --- a/lib/schema/removed.txt +++ /dev/null @@ -1 +0,0 @@ -// Signature format: 2.0