summaryrefslogtreecommitdiffstats
path: root/gallerycommon/src
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2019-10-14 01:59:55 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2019-10-14 01:59:55 -0700
commit5b59411dcd0cdae9036f84c76139bb300626d822 (patch)
tree31d6bbb4770eb1de3b11564e107d343b59720d11 /gallerycommon/src
parent847e9c127741d53f73ff1369fc1694c09540d733 (diff)
parent52785e27584785f2826142469b17d440e82ded56 (diff)
downloadandroid_packages_apps_Gallery2-5b59411dcd0cdae9036f84c76139bb300626d822.tar.gz
android_packages_apps_Gallery2-5b59411dcd0cdae9036f84c76139bb300626d822.tar.bz2
android_packages_apps_Gallery2-5b59411dcd0cdae9036f84c76139bb300626d822.zip
Merge "SnapdragonGallery: Set NO_BT_A2DP when connected BT headset" into android-snapdragonGallery.lnx.2.0
Diffstat (limited to 'gallerycommon/src')
-rwxr-xr-x[-rw-r--r--]gallerycommon/src/com/android/gallery3d/common/ApiHelper.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java b/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java
index da36f9d4e..4b8d961d2 100644..100755
--- a/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java
+++ b/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java
@@ -370,6 +370,7 @@ public class ApiHelper {
public static class AudioSystem {
public static final int FORCE_NONE = 0;
public static final int FORCE_SPEAKER = 1;
+ public static final int FORCE_NO_BT_A2DP = 10;
public static final int FOR_MEDIA = 1;