Remove dialog icons
BUG: 16493564 Change-Id: I35ec0a8fc6ce3148b5bf469bfd2b56d0ae6d95ee
This commit is contained in:
@@ -117,7 +117,6 @@ public class BluetoothPermissionActivity extends AlertActivity implements
|
||||
private void showDialog(String title, int requestType)
|
||||
{
|
||||
final AlertController.AlertParams p = mAlertParams;
|
||||
p.mIconId = android.R.drawable.ic_dialog_info;
|
||||
p.mTitle = title;
|
||||
if(DEBUG) Log.i(TAG, "showDialog() Request type: " + mRequestType + " this: " + this);
|
||||
switch(requestType)
|
||||
|
Reference in New Issue
Block a user