summaryrefslogtreecommitdiff
path: root/api/module-lib-current.txt
diff options
context:
space:
mode:
Diffstat (limited to 'api/module-lib-current.txt')
-rw-r--r--api/module-lib-current.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/api/module-lib-current.txt b/api/module-lib-current.txt
index e77d750cbffb..85832caa07fe 100644
--- a/api/module-lib-current.txt
+++ b/api/module-lib-current.txt
@@ -45,6 +45,11 @@ package android.os {
method public final void markVintfStability();
}
+ public interface Parcelable {
+ field public static final int PARCELABLE_STABILITY_LOCAL = 0; // 0x0
+ field public static final int PARCELABLE_STABILITY_VINTF = 1; // 0x1
+ }
+
public class StatsFrameworkInitializer {
method public static void registerServiceWrappers();
method public static void setStatsServiceManager(@NonNull android.os.StatsServiceManager);