Skip to content

Instantly share code, notes, and snippets.

@stremetskyi-o
stremetskyi-o / GooglePlayDialogHelper.java
Created September 4, 2015 10:39
Helper for showing Google Play services dialog with material style on versions prior to Lollipop
package com.android.example;
import android.app.Activity;
import android.app.Dialog;
import android.content.DialogInterface;
import android.os.Build;
import android.os.Message;
import android.support.v7.app.AlertDialog;
import com.google.android.gms.common.GoogleApiAvailability;