aboutsummaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorherriojr <jherriott@cyngn.com>2015-09-08 13:59:20 -0700
committerherriojr <jherriott@cyngn.com>2015-09-14 14:29:43 -0700
commite78ca4d6fecbd4a52ee02fe727810593e27950c2 (patch)
treed3b3010a746a9bf8c81804e9b441e9bf310d963c /api
parent35df988aa547c25d47975f3eaefd84cc61006647 (diff)
downloadvendor_cmsdk-e78ca4d6fecbd4a52ee02fe727810593e27950c2.zip
vendor_cmsdk-e78ca4d6fecbd4a52ee02fe727810593e27950c2.tar.gz
vendor_cmsdk-e78ca4d6fecbd4a52ee02fe727810593e27950c2.tar.bz2
Added Application Suggestions.
Added in custom Resolver to handle providing suggestions. Added in Service to handle providing suggestions to custom resolver. Added in ability to provider suggestions through a Proxy to another application which must be installed during compile time if one is to be used. This is a similar implementation to how the Location Services work. Change-Id: Id960260596b7bb6485caa1e1d07744e387a4c6e9
Diffstat (limited to 'api')
-rw-r--r--api/cm_current.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/api/cm_current.txt b/api/cm_current.txt
index 1d0f4f7..daf5fea 100644
--- a/api/cm_current.txt
+++ b/api/cm_current.txt
@@ -463,6 +463,7 @@ package cyanogenmod.platform {
public static final class Manifest.permission {
ctor public Manifest.permission();
+ field public static final java.lang.String ACCESS_APP_SUGGESTIONS = "cyanogenmod.permission.ACCESS_APP_SUGGESTIONS";
field public static final java.lang.String HARDWARE_ABSTRACTION_ACCESS = "cyanogenmod.permission.HARDWARE_ABSTRACTION_ACCESS";
field public static final java.lang.String MANAGE_ALARMS = "cyanogenmod.permission.MANAGE_ALARMS";
field public static final java.lang.String MANAGE_PERSISTENT_STORAGE = "cyanogenmod.permission.MANAGE_PERSISTENT_STORAGE";
@@ -482,10 +483,18 @@ package cyanogenmod.platform {
ctor public R();
}
+ public static final class R.array {
+ ctor public R.array();
+ }
+
public static final class R.attr {
ctor public R.attr();
}
+ public static final class R.bool {
+ ctor public R.bool();
+ }
+
public static final class R.drawable {
ctor public R.drawable();
}