Пример #1
0
 public MyAlertDialog(Context context) {
   this.sp = ManagerSP.getInstance(context);
   this.context = context;
 }
Пример #2
0
 public ApkInstall(Context context) {
   this.context = context;
   sp = ManagerSP.getInstance(context);
 }