Remove all dialog icons in Settings
BUG: 15474733 Change-Id: I43ab10a3bbcabdac6109abf80266f1c4b52bf6fb
This commit is contained in:
@@ -87,7 +87,6 @@ public class CryptKeeperSettings extends Fragment {
|
||||
// TODO replace (or follow) this dialog with an explicit launch into password UI
|
||||
new AlertDialog.Builder(getActivity())
|
||||
.setTitle(R.string.crypt_keeper_dialog_need_password_title)
|
||||
.setIconAttribute(android.R.attr.alertDialogIcon)
|
||||
.setMessage(R.string.crypt_keeper_dialog_need_password_message)
|
||||
.setPositiveButton(android.R.string.ok, null)
|
||||
.create()
|
||||
|
Reference in New Issue
Block a user