summaryrefslogtreecommitdiffstats
path: root/system-api
diff options
context:
space:
mode:
authorAlexander Martinz <eviscerationls@gmail.com>2016-07-28 14:02:08 +0200
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-08-10 16:52:21 -0700
commit6e5ab27fbb508b3b347c873c0a3d9848ced789e9 (patch)
tree1861de109efdc676e2872f758be9b1d5d46c5979 /system-api
parentdb640a9648d7833eb0f9745b091c91e7f3768803 (diff)
downloadvendor_cmsdk-6e5ab27fbb508b3b347c873c0a3d9848ced789e9.zip
vendor_cmsdk-6e5ab27fbb508b3b347c873c0a3d9848ced789e9.tar.gz
vendor_cmsdk-6e5ab27fbb508b3b347c873c0a3d9848ced789e9.tar.bz2
[1/2] cmsdk: cm custom boot dexopt UI
* Pass app info and number of installed packages to boot message UI * Ui by Asher and Joey, based on Alexander's previous work Change-Id: I9298d7e2b85a703921abf62f8b91157e6f88803b Signed-off-by: Joey Rizzoli <joey@cyanogenmoditalia.it>
Diffstat (limited to 'system-api')
-rw-r--r--system-api/cm_system-current.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/system-api/cm_system-current.txt b/system-api/cm_system-current.txt
index a93f52f..5a57e67 100644
--- a/system-api/cm_system-current.txt
+++ b/system-api/cm_system-current.txt
@@ -742,14 +742,30 @@ package cyanogenmod.platform {
ctor public R.bool();
}
+ public static final class R.color {
+ ctor public R.color();
+ }
+
+ public static final class R.dimen {
+ ctor public R.dimen();
+ }
+
public static final class R.drawable {
ctor public R.drawable();
}
+ public static final class R.id {
+ ctor public R.id();
+ }
+
public static final class R.integer {
ctor public R.integer();
}
+ public static final class R.layout {
+ ctor public R.layout();
+ }
+
public static final class R.string {
ctor public R.string();
}