在Service或者低于API21的Activity中使用android.support.v7.app.AlertDialog

1

<style name="dialog_style" parent="Theme.AppCompat.Light.Dialog.Alert"/>

2

a,import android.support.v7.app.AlertDialog;

b,AlertDialog.Builder alertDialog = new AlertDialog.Builder(VersionUpdateService.this, R.style.dialog_style);

你可能感兴趣的:(在Service或者低于API21的Activity中使用android.support.v7.app.AlertDialog)