Ejemplo n.º 1
0
 public MyAlertDialog(Context context) {
   this.sp = ManagerSP.getInstance(context);
   this.context = context;
 }
Ejemplo n.º 2
0
 public ApkInstall(Context context) {
   this.context = context;
   sp = ManagerSP.getInstance(context);
 }