diff options
author | Eric Laurent <elaurent@google.com> | 2014-09-09 01:58:59 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-09-09 01:59:00 +0000 |
commit | 7c36c8634287f6bd16e1e0efd117911868759a70 (patch) | |
tree | 8c7281af93770e108219ab066223e2b5e78d9ca0 /api/current.txt | |
parent | 36f32f1b97b7437c50bd0a71d7c2ebd5bcd8c2ae (diff) | |
parent | 56340fc2e87985fb3d396b63b28168bf57ebe7ce (diff) | |
download | frameworks_base-7c36c8634287f6bd16e1e0efd117911868759a70.zip frameworks_base-7c36c8634287f6bd16e1e0efd117911868759a70.tar.gz frameworks_base-7c36c8634287f6bd16e1e0efd117911868759a70.tar.bz2 |
Merge "unhide AudioAttributes flag FLAG_HW_AV_SYNC" into lmp-dev
Diffstat (limited to 'api/current.txt')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 0f9faf8..ef9d879 100644 --- a/api/current.txt +++ b/api/current.txt @@ -14047,6 +14047,7 @@ package android.media { field public static final int CONTENT_TYPE_UNKNOWN = 0; // 0x0 field public static final android.os.Parcelable.Creator CREATOR; field public static final int FLAG_AUDIBILITY_ENFORCED = 1; // 0x1 + field public static final int FLAG_HW_AV_SYNC = 16; // 0x10 field public static final int USAGE_ALARM = 4; // 0x4 field public static final int USAGE_ASSISTANCE_ACCESSIBILITY = 11; // 0xb field public static final int USAGE_ASSISTANCE_NAVIGATION_GUIDANCE = 12; // 0xc |