diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2012-08-13 16:03:15 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-08-13 16:03:15 -0700 |
commit | 9e8e9a17836654f041f8c032e4f9c88341a63d4e (patch) | |
tree | 72f54f4f30c90bab2e6bec4f05ee1b561b3a751d /src/com/android/settings/bluetooth | |
parent | 70372dcfc382c78c41013fa4d9e4a8bdcc7838ae (diff) | |
parent | 6fb425e2805a1c27c048fc954d402f4612cbf74d (diff) | |
download | packages_apps_settings-9e8e9a17836654f041f8c032e4f9c88341a63d4e.zip packages_apps_settings-9e8e9a17836654f041f8c032e4f9c88341a63d4e.tar.gz packages_apps_settings-9e8e9a17836654f041f8c032e4f9c88341a63d4e.tar.bz2 |
am 6fb425e2: am eefa61ed: Merge "Settings: Use ICS alert drawable"
* commit '6fb425e2805a1c27c048fc954d402f4612cbf74d':
Settings: Use ICS alert drawable
Diffstat (limited to 'src/com/android/settings/bluetooth')
-rwxr-xr-x | src/com/android/settings/bluetooth/Utils.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/settings/bluetooth/Utils.java b/src/com/android/settings/bluetooth/Utils.java index 01e72e0..fb44d5a 100755 --- a/src/com/android/settings/bluetooth/Utils.java +++ b/src/com/android/settings/bluetooth/Utils.java @@ -93,7 +93,7 @@ final class Utils { Context activity = manager.getForegroundActivity(); if(manager.isForegroundActivity()) { new AlertDialog.Builder(activity) - .setIcon(android.R.drawable.ic_dialog_alert) + .setIconAttribute(android.R.attr.alertDialogIcon) .setTitle(R.string.bluetooth_error_title) .setMessage(message) .setPositiveButton(android.R.string.ok, null) |