mirror of
https://github.com/KeymonSoft/ADM.git
synced 2026-04-18 11:49:26 +00:00
Commit inicial
This commit is contained in:
BIN
B4A/Objects/ADM.apk
Normal file
BIN
B4A/Objects/ADM.apk
Normal file
Binary file not shown.
198
B4A/Objects/AndroidManifest.xml
Normal file
198
B4A/Objects/AndroidManifest.xml
Normal file
@@ -0,0 +1,198 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="adm.keymon.com.mx"
|
||||
android:versionCode="1"
|
||||
android:versionName="4.10.02"
|
||||
android:installLocation="internalOnly">
|
||||
|
||||
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="33"/>
|
||||
<supports-screens android:largeScreens="true"
|
||||
android:normalScreens="true"
|
||||
android:smallScreens="true"
|
||||
android:anyDensity="true"/>
|
||||
<uses-permission
|
||||
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
|
||||
android:maxSdkVersion="33" />
|
||||
<uses-permission
|
||||
android:name="android.permission.ACCESS_FINE_LOCATION"
|
||||
android:maxSdkVersion="33" />
|
||||
<uses-permission
|
||||
android:name="android.permission.ACCESS_COARSE_LOCATION"
|
||||
android:maxSdkVersion="33" />
|
||||
<uses-permission
|
||||
android:name="android.permission.READ_PHONE_STATE"
|
||||
android:maxSdkVersion="33" />
|
||||
<uses-permission
|
||||
android:name="android.permission.READ_PRIVILEGED_PHONE_STATE"
|
||||
android:maxSdkVersion="33" />
|
||||
<uses-permission
|
||||
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
|
||||
android:maxSdkVersion="33" />
|
||||
<uses-feature android:name="android.hardware.telephony" android:required="false" />
|
||||
<uses-feature android:name="android.hardware.camera" android:required="false" />
|
||||
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false" />
|
||||
<uses-feature android:name="android.hardware.camera.flash" android:required="false" />
|
||||
<uses-permission
|
||||
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
|
||||
android:maxSdkVersion="33" />
|
||||
<queries><package android:name="com.google.android.apps.maps" /></queries>
|
||||
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
|
||||
<uses-permission android:name="android.permission.VIBRATE"/>
|
||||
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
|
||||
<uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS"/>
|
||||
<uses-permission android:name="android.permission.REBOOT"/>
|
||||
<uses-permission android:name="android.permission.WRITE_SETTINGS"/>
|
||||
<uses-permission android:name="android.permission.BLUETOOTH"/>
|
||||
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>
|
||||
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE"/>
|
||||
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
|
||||
<uses-permission android:name="android.permission.UPDATE_DEVICE_STATS"/>
|
||||
<uses-permission android:name="android.permission.MODIFY_PHONE_STATE"/>
|
||||
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
|
||||
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
|
||||
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
|
||||
<uses-permission android:name="android.permission.CAMERA"/>
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/>
|
||||
<uses-permission android:name="adm.keymon.com.mx.permission.MAPS_RECEIVE"/>
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
|
||||
<uses-permission android:name="android.permission.WAKE_LOCK"/>
|
||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
|
||||
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
|
||||
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION"/>
|
||||
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES"/>
|
||||
<uses-permission android:name="android.permission.INSTALL_PACKAGES"/>
|
||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
|
||||
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE"/>
|
||||
<uses-permission android:name="android.permission.BLUETOOTH_ADVERTISE"/>
|
||||
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT"/>
|
||||
<uses-permission android:name="android.permission.BLUETOOTH_SCAN"/>
|
||||
<application
|
||||
android:name="androidx.multidex.MultiDexApplication"
|
||||
android:icon="@drawable/icon"
|
||||
android:label="ADM"
|
||||
android:theme="@style/LightTheme"
|
||||
android:usesCleartextTraffic="true"
|
||||
android:largeHeap="true"
|
||||
android:allowBackup="false">
|
||||
|
||||
<activity android:name="com.google.zxing.client.android.CaptureActivity"
|
||||
android:screenOrientation="landscape"
|
||||
android:configChanges="orientation|keyboardHidden"
|
||||
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
|
||||
android:windowSoftInputMode="stateAlwaysHidden">
|
||||
</activity>
|
||||
<activity android:name="com.google.android.gms.common.api.GoogleApiActivity"
|
||||
android:theme="@android:style/Theme.Translucent.NoTitleBar"
|
||||
android:exported="false"/>
|
||||
<meta-data
|
||||
android:name="com.google.android.gms.version"
|
||||
android:value="@integer/google_play_services_version" />
|
||||
<meta-data
|
||||
android:name="com.google.android.geo.API_KEY"
|
||||
android:value="AIzaSyBlBnx3O-DncOSv3oFIp-12wgujOYYcl-U"/>
|
||||
<meta-data android:name="com.google.android.gms.version"
|
||||
android:value="@integer/google_play_services_version" />
|
||||
<uses-library
|
||||
android:name="org.apache.http.legacy"
|
||||
android:required="false" />
|
||||
<provider
|
||||
android:name="androidx.core.content.FileProvider"
|
||||
android:authorities="adm.keymon.com.mx.provider"
|
||||
android:exported="false"
|
||||
android:grantUriPermissions="true">
|
||||
<meta-data
|
||||
android:name="android.support.FILE_PROVIDER_PATHS"
|
||||
android:resource="@xml/provider_paths"/>
|
||||
</provider>
|
||||
<activity android:name="ice.zxing.CaptureActivity"
|
||||
android:screenOrientation="portrait" android:configChanges="orientation|keyboardHidden"
|
||||
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
|
||||
android:windowSoftInputMode="stateAlwaysHidden">
|
||||
</activity>
|
||||
<provider
|
||||
android:name="androidx.core.content.FileProvider"
|
||||
android:authorities="adm.keymon.com.mx.provider"
|
||||
android:exported="false"
|
||||
android:grantUriPermissions="true">
|
||||
<meta-data
|
||||
android:name="android.support.FILE_PROVIDER_PATHS"
|
||||
android:resource="@xml/provider_paths"/>
|
||||
</provider>
|
||||
<service android:name="b4a.jsaplication.com.br.ReplyAuto"
|
||||
android:label="Marquez" android:permission="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE" android:exported="true">
|
||||
<intent-filter><action android:name="android.service.notification.NotificationListenerService" /></intent-filter>
|
||||
</service>
|
||||
<activity
|
||||
android:windowSoftInputMode="stateHidden"
|
||||
android:launchMode="singleTop"
|
||||
android:name=".main"
|
||||
android:label="ADM"
|
||||
android:screenOrientation="portrait"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
|
||||
</activity>
|
||||
<service
|
||||
android:name=".appupdater"
|
||||
android:exported="true">
|
||||
</service>
|
||||
<receiver
|
||||
android:name=".appupdater$appupdater_BR"
|
||||
android:exported="true">
|
||||
</receiver>
|
||||
<activity
|
||||
android:windowSoftInputMode="stateHidden"
|
||||
android:launchMode="singleTop"
|
||||
android:name=".mapa_rutas"
|
||||
android:label="ADM"
|
||||
android:screenOrientation="portrait"
|
||||
android:exported="true">
|
||||
</activity>
|
||||
<service
|
||||
android:name=".notificationservice"
|
||||
android:exported="true">
|
||||
</service>
|
||||
<receiver
|
||||
android:name=".notificationservice$notificationservice_BR"
|
||||
android:exported="true">
|
||||
</receiver>
|
||||
<service
|
||||
android:name=".starter"
|
||||
android:exported="true">
|
||||
</service>
|
||||
<receiver
|
||||
android:name=".starter$starter_BR"
|
||||
android:exported="true">
|
||||
</receiver>
|
||||
<service
|
||||
android:name=".tracker"
|
||||
android:exported="true"
|
||||
android:foregroundServiceType="location">
|
||||
</service>
|
||||
<receiver
|
||||
android:name=".tracker$tracker_BR"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.BOOT_COMPLETED"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<service
|
||||
android:name=".newinst2"
|
||||
android:exported="true">
|
||||
</service>
|
||||
<receiver
|
||||
android:name=".newinst2$newinst2_BR"
|
||||
android:exported="true">
|
||||
</receiver>
|
||||
<receiver
|
||||
android:name=".httputils2service"
|
||||
android:exported="true">
|
||||
</receiver>
|
||||
</application>
|
||||
</manifest>
|
||||
BIN
B4A/Objects/b4xlibs/Files/b4xinputtemplate.bal
Normal file
BIN
B4A/Objects/b4xlibs/Files/b4xinputtemplate.bal
Normal file
Binary file not shown.
BIN
B4A/Objects/b4xlibs/Files/datepicker.bal
Normal file
BIN
B4A/Objects/b4xlibs/Files/datepicker.bal
Normal file
Binary file not shown.
BIN
B4A/Objects/b4xlibs/Files/datetemplate.bal
Normal file
BIN
B4A/Objects/b4xlibs/Files/datetemplate.bal
Normal file
Binary file not shown.
37
B4A/Objects/b4xlibs/Files/dialog.css
Normal file
37
B4A/Objects/b4xlibs/Files/dialog.css
Normal file
@@ -0,0 +1,37 @@
|
||||
.b4xdialog .scroll-bar:horizontal, .b4xdialog .scroll-bar:vertical{
|
||||
-fx-background-color:transparent;
|
||||
}
|
||||
|
||||
.b4xdialog .increment-button, .b4xdialog .decrement-button {
|
||||
-fx-background-color: transparent;
|
||||
-fx-border-color: transparent;
|
||||
}
|
||||
|
||||
.b4xdialog .scroll-bar:horizontal .track,
|
||||
.b4xdialog .scroll-bar:vertical .track{
|
||||
-fx-background-color: transparent;
|
||||
-fx-border-color: transparent;
|
||||
-fx-background-radius: 0em;
|
||||
}
|
||||
|
||||
.b4xdialog .scroll-bar:horizontal .thumb,
|
||||
.b4xdialog .scroll-bar:vertical .thumb {
|
||||
-fx-background-color: #4B4B4B;
|
||||
-fx-background-radius: 5em;
|
||||
}
|
||||
|
||||
.b4xdialoglight .scroll-bar:horizontal .thumb,
|
||||
.b4xdialoglight .scroll-bar:vertical .thumb {
|
||||
-fx-background-color: #B8B8B8;
|
||||
}
|
||||
|
||||
.scroll-pane{
|
||||
-fx-background-color:transparent;
|
||||
}
|
||||
.scroll-pane .viewport {
|
||||
-fx-background-color: transparent;
|
||||
}
|
||||
|
||||
.text-area .content {
|
||||
-fx-padding: 15 5 5 5;
|
||||
}
|
||||
BIN
B4A/Objects/b4xlibs/Files/listtemplate.bal
Normal file
BIN
B4A/Objects/b4xlibs/Files/listtemplate.bal
Normal file
Binary file not shown.
BIN
B4A/Objects/b4xlibs/Files/longtexttemplate.bal
Normal file
BIN
B4A/Objects/b4xlibs/Files/longtexttemplate.bal
Normal file
Binary file not shown.
BIN
B4A/Objects/b4xlibs/Files/pclvseekbar.bal
Normal file
BIN
B4A/Objects/b4xlibs/Files/pclvseekbar.bal
Normal file
Binary file not shown.
BIN
B4A/Objects/b4xlibs/Files/searchtemplate.bal
Normal file
BIN
B4A/Objects/b4xlibs/Files/searchtemplate.bal
Normal file
Binary file not shown.
BIN
B4A/Objects/b4xlibs/Files/timeddialogtemplate.bal
Normal file
BIN
B4A/Objects/b4xlibs/Files/timeddialogtemplate.bal
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/R$anim.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/R$anim.class
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/R$attr.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/R$attr.class
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/R$bool.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/R$bool.class
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/R$color.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/R$color.class
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/R$dimen.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/R$dimen.class
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/R$drawable.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/R$drawable.class
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/R$id.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/R$id.class
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/R$integer.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/R$integer.class
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/R$layout.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/R$layout.class
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/R$string.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/R$string.class
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/R$style.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/R$style.class
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/R$styleable.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/R$styleable.class
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/R$xml.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/R$xml.class
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/R.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/R.class
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/animatedcounter.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/animatedcounter.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/appupdater$1.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/appupdater$1.class
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/appupdater$2.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/appupdater$2.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/appupdater.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/appupdater.class
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xbitset.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xbitset.class
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xbreadcrumb.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xbreadcrumb.class
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xbytesbuilder.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xbytesbuilder.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xcache.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xcache.class
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xcollections.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xcollections.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xcolortemplate.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xcolortemplate.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xcombobox.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xcombobox.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xdatetemplate.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xdatetemplate.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xdialog.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xdialog.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xformatter.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xformatter.class
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4ximageview.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4ximageview.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xinputtemplate.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xinputtemplate.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xlisttemplate.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xlisttemplate.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xmainpage.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xmainpage.class
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xorderedmap.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xorderedmap.class
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xpages.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xpages.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xpagesmanager.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xpagesmanager.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xplusminus.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xplusminus.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xradiobutton.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xradiobutton.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xseekbar.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xseekbar.class
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xset.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xset.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xswitch.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xswitch.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xtimedtemplate.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/b4xtimedtemplate.class
Normal file
Binary file not shown.
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/batteryutilities.class
Normal file
BIN
B4A/Objects/bin/classes/adm/keymon/com/mx/batteryutilities.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user