Files
Medicomed-V2/B4A/Objects/src/medicomed/keymon/com/mx/manageexternalstorage.java
IsR0d 6161a81ba5 Version: 5.05.24_V2
Se le cambio el servidor
2025-05-26 09:10:18 -06:00

149 lines
7.1 KiB
Java

package medicomed.keymon.com.mx;
import anywheresoftware.b4a.BA;
import anywheresoftware.b4a.B4AClass;
import anywheresoftware.b4a.BALayout;
import anywheresoftware.b4a.debug.*;
public class manageexternalstorage extends B4AClass.ImplB4AClass implements BA.SubDelegator{
private static java.util.HashMap<String, java.lang.reflect.Method> htSubs;
private void innerInitialize(BA _ba) throws Exception {
if (ba == null) {
ba = new BA(_ba, this, htSubs, "medicomed.keymon.com.mx.manageexternalstorage");
if (htSubs == null) {
ba.loadHtSubs(this.getClass());
htSubs = ba.htSubs;
}
}
if (BA.isShellModeRuntimeCheck(ba))
this.getClass().getMethod("_class_globals", medicomed.keymon.com.mx.manageexternalstorage.class).invoke(this, new Object[] {null});
else
ba.raiseEvent2(null, true, "class_globals", false);
}
public anywheresoftware.b4a.keywords.Common __c = null;
public Object _ion = null;
public Object _mcallback = null;
public String _meventname = "";
public b4a.example.dateutils _dateutils = null;
public medicomed.keymon.com.mx.main _main = null;
public medicomed.keymon.com.mx.starter _starter = null;
public medicomed.keymon.com.mx.appupdater _appupdater = null;
public medicomed.keymon.com.mx.mapa_rutas _mapa_rutas = null;
public medicomed.keymon.com.mx.mapa_cliente _mapa_cliente = null;
public medicomed.keymon.com.mx.notificationservice _notificationservice = null;
public medicomed.keymon.com.mx.pendientes _pendientes = null;
public medicomed.keymon.com.mx.subs _subs = null;
public medicomed.keymon.com.mx.tracker _tracker = null;
public medicomed.keymon.com.mx.newinst2 _newinst2 = null;
public medicomed.keymon.com.mx.b4xpages _b4xpages = null;
public medicomed.keymon.com.mx.b4xcollections _b4xcollections = null;
public medicomed.keymon.com.mx.httputils2service _httputils2service = null;
public medicomed.keymon.com.mx.xuiviewsutils _xuiviewsutils = null;
public String _class_globals() throws Exception{
//BA.debugLineNum = 3;BA.debugLine="Sub Class_Globals";
//BA.debugLineNum = 4;BA.debugLine="Private ion As Object";
_ion = new Object();
//BA.debugLineNum = 5;BA.debugLine="Private mCallback As Object";
_mcallback = new Object();
//BA.debugLineNum = 6;BA.debugLine="Private mEventName As String";
_meventname = "";
//BA.debugLineNum = 8;BA.debugLine="End Sub";
return "";
}
public Object _getba() throws Exception{
anywheresoftware.b4j.object.JavaObject _jo = null;
//BA.debugLineNum = 69;BA.debugLine="Private Sub GetBA As Object";
//BA.debugLineNum = 70;BA.debugLine="Dim jo As JavaObject = Me";
_jo = new anywheresoftware.b4j.object.JavaObject();
_jo = (anywheresoftware.b4j.object.JavaObject) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4j.object.JavaObject(), (java.lang.Object)(this));
//BA.debugLineNum = 71;BA.debugLine="Return jo.RunMethod(\"getBA\", Null)";
if (true) return _jo.RunMethod("getBA",(Object[])(__c.Null));
//BA.debugLineNum = 72;BA.debugLine="End Sub";
return null;
}
public String _getpermission() throws Exception{
anywheresoftware.b4a.objects.IntentWrapper _in = null;
//BA.debugLineNum = 39;BA.debugLine="Public Sub GetPermission";
//BA.debugLineNum = 40;BA.debugLine="If HasPermission Then";
if (_haspermission()) {
//BA.debugLineNum = 41;BA.debugLine="RaiseEvent";
_raiseevent();
//BA.debugLineNum = 42;BA.debugLine="Return";
if (true) return "";
};
//BA.debugLineNum = 44;BA.debugLine="Dim in As Intent";
_in = new anywheresoftware.b4a.objects.IntentWrapper();
//BA.debugLineNum = 46;BA.debugLine="in.Initialize(\"android.settings.MANAGE_APP_ALL_FI";
_in.Initialize("android.settings.MANAGE_APP_ALL_FILES_ACCESS_PERMISSION",("package:"+__c.SmartStringFormatter("",(Object)(__c.Application.getPackageName()))+""));
//BA.debugLineNum = 47;BA.debugLine="StartActivityForResult(in)";
_startactivityforresult(_in);
//BA.debugLineNum = 48;BA.debugLine="End Sub";
return "";
}
public boolean _haspermission() throws Exception{
boolean _has = false;
anywheresoftware.b4j.object.JavaObject _jo = null;
//BA.debugLineNum = 28;BA.debugLine="Public Sub HasPermission As Boolean";
//BA.debugLineNum = 29;BA.debugLine="Dim has As Boolean";
_has = false;
//BA.debugLineNum = 30;BA.debugLine="Dim jo As JavaObject";
_jo = new anywheresoftware.b4j.object.JavaObject();
//BA.debugLineNum = 31;BA.debugLine="jo.InitializeStatic(\"android.os.Environment\")";
_jo.InitializeStatic("android.os.Environment");
//BA.debugLineNum = 32;BA.debugLine="has = jo.RunMethod(\"isExternalStorageManager\", Nu";
_has = BA.ObjectToBoolean(_jo.RunMethod("isExternalStorageManager",(Object[])(__c.Null)));
//BA.debugLineNum = 33;BA.debugLine="Return has";
if (true) return _has;
//BA.debugLineNum = 34;BA.debugLine="End Sub";
return false;
}
public String _initialize(anywheresoftware.b4a.BA _ba,Object _callback,String _eventname) throws Exception{
innerInitialize(_ba);
//BA.debugLineNum = 20;BA.debugLine="Public Sub Initialize (Callback As Object, EventNa";
//BA.debugLineNum = 21;BA.debugLine="mCallback = Callback";
_mcallback = _callback;
//BA.debugLineNum = 22;BA.debugLine="mEventName = EventName";
_meventname = _eventname;
//BA.debugLineNum = 23;BA.debugLine="End Sub";
return "";
}
public Object _ion_event(String _methodname,Object[] _args) throws Exception{
//BA.debugLineNum = 57;BA.debugLine="Private Sub ion_Event (MethodName As String, Args(";
//BA.debugLineNum = 58;BA.debugLine="RaiseEvent";
_raiseevent();
//BA.debugLineNum = 59;BA.debugLine="Return Null";
if (true) return __c.Null;
//BA.debugLineNum = 60;BA.debugLine="End Sub";
return null;
}
public String _raiseevent() throws Exception{
//BA.debugLineNum = 51;BA.debugLine="Private Sub RaiseEvent";
//BA.debugLineNum = 52;BA.debugLine="Log(\"Calling : \" & mEventName & \"_StorageAvailab";
__c.LogImpl("069533697","Calling : "+_meventname+"_StorageAvailable",0);
//BA.debugLineNum = 53;BA.debugLine="CallSubDelayed(mCallback, mEventName & \"_StorageA";
__c.CallSubDelayed(ba,_mcallback,_meventname+"_StorageAvailable");
//BA.debugLineNum = 54;BA.debugLine="End Sub";
return "";
}
public String _startactivityforresult(anywheresoftware.b4a.objects.IntentWrapper _i) throws Exception{
anywheresoftware.b4j.object.JavaObject _jo = null;
//BA.debugLineNum = 63;BA.debugLine="Private Sub StartActivityForResult(i As Intent)";
//BA.debugLineNum = 64;BA.debugLine="Dim jo As JavaObject = GetBA";
_jo = new anywheresoftware.b4j.object.JavaObject();
_jo = (anywheresoftware.b4j.object.JavaObject) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4j.object.JavaObject(), (java.lang.Object)(_getba()));
//BA.debugLineNum = 65;BA.debugLine="ion = jo.CreateEvent(\"anywheresoftware.b4a.IOnAct";
_ion = _jo.CreateEvent(ba,"anywheresoftware.b4a.IOnActivityResult","ion",__c.Null);
//BA.debugLineNum = 66;BA.debugLine="jo.RunMethod(\"startActivityForResult\", Array As O";
_jo.RunMethod("startActivityForResult",new Object[]{_ion,(Object)(_i.getObject())});
//BA.debugLineNum = 67;BA.debugLine="End Sub";
return "";
}
public Object callSub(String sub, Object sender, Object[] args) throws Exception {
BA.senderHolder.set(sender);
return BA.SubDelegator.SubNotFound;
}
}