aboutsummaryrefslogtreecommitdiff
path: root/car-lib/api/current.txt
diff options
context:
space:
mode:
authorKeun-young Park <keunyoung@google.com>2016-07-08 14:51:43 -0700
committerKeun-young Park <keunyoung@google.com>2016-07-08 15:17:06 -0700
commitf521fd7b917a63c240802c7f841fc04c315573d0 (patch)
tree5c9c37665b8b839aa552c43ea8e7fa72b4dc5065 /car-lib/api/current.txt
parenta4f44e1ca95a7266a8e04a98402c1b629c15d853 (diff)
downloadCar-f521fd7b917a63c240802c7f841fc04c315573d0.tar.gz
add VERSION to car API
- The same platform version may have different car API version. - Car support lib / apps can use this VERSION to support different car APIs. bug: 30014701 Change-Id: Idec73471df72c01cfeccf618fa6fd48469660589
Diffstat (limited to 'car-lib/api/current.txt')
-rw-r--r--car-lib/api/current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/car-lib/api/current.txt b/car-lib/api/current.txt
index 1bf0d54862..a0ffa8357d 100644
--- a/car-lib/api/current.txt
+++ b/car-lib/api/current.txt
@@ -19,6 +19,7 @@ package android.car {
field public static final java.lang.String PERMISSION_MILEAGE = "android.car.permission.CAR_MILEAGE";
field public static final java.lang.String PERMISSION_SPEED = "android.car.permission.CAR_SPEED";
field public static final java.lang.String SENSOR_SERVICE = "sensor";
+ field public static final int VERSION = 1; // 0x1
}
public final class CarAppFocusManager {