APK反编译源代码展示 - 南明离火平台提供

应用版本信息
应用名称:Electrical Cost
版本号:6.0.5

MD5 校验值:facd8e3913e14e36e7daf9e69fbd45cb

反编译源代码说明

Electrical Cost v6.0.5 -- AndroidManifest.xml 文件包含反编译后的源代码,请注意,该内容仅供学习和参考使用,不得用于非法用途。


<?xml version="1.0" encoding="utf-8"?>
<manifest android:versionCode="190" android:versionName="6.0.5" android:compileSdkVersion="34" android:compileSdkVersionCodename="14" package="it.Ettore.spesaelettrica" platformBuildVersionCode="34" platformBuildVersionName="14"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <uses-sdk android:minSdkVersion="23" android:targetSdkVersion="34" />
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission android:name="android.permission.WAKE_LOCK" />
    <uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
    <queries>
        <intent>
            <action android:name="android.intent.action.VIEW" />
            <category android:name="android.intent.category.BROWSABLE" />
            <data android:scheme="https" />
        </intent>
        <intent>
            <action android:name="android.support.customtabs.action.CustomTabsService" />
        </intent>
    </queries>
    <uses-feature android:name="android.hardware.touchscreen" android:required="false" />
    <supports-screens android:anyDensity="true" android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:xlargeScreens="true" />
    <uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
    <permission android:name="it.Ettore.spesaelettrica.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" android:protectionLevel="signature" />
    <uses-permission android:name="it.Ettore.spesaelettrica.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" />
    <application android:theme="@style/AppTheme" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:name="it.Ettore.spesaelettrica.MyApplication" android:allowBackup="true" android:supportsRtl="true" android:fullBackupContent="@xml/my_old_backup_rules" android:networkSecurityConfig="@xml/network_security_config" android:roundIcon="@mipmap/ic_launcher_round" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:dataExtractionRules="@xml/my_new_backup_rules">
        <activity android:label="@string/app_name" android:name="it.Ettore.spesaelettrica.ui.activity.ActivityCalcolo" android:exported="true" android:configChanges="locale|orientation" android:windowSoftInputMode="adjustPan">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
        <activity android:label="@string/impostazioni" android:name="it.Ettore.spesaelettrica.ui.activity.ActivityImpostazioni" android:configChanges="locale" />
        <activity android:label="@string/about" android:name="it.Ettore.spesaelettrica.ui.activity.ActivityAbout" android:configChanges="locale" />
        <activity android:label="@string/carichi_predefiniti" android:name="it.Ettore.spesaelettrica.ui.activity.ActivityListCarichi" android:configChanges="locale" />
        <activity android:label="@string/faq" android:name="it.Ettore.spesaelettrica.ui.activity.ActivityFaq" android:configChanges="locale" />
        <activity android:label="@string/tipo_fascia_costo" android:name="it.Ettore.spesaelettrica.ui.activity.ActivitySceltaTipoFasciaCosto" android:configChanges="locale" />
        <activity android:label="@string/configura_costi" android:name="it.Ettore.spesaelettrica.ui.activity.ActivityContainerConfiguraCosti" android:configChanges="locale" />
        <activity android:name="it.Ettore.spesaelettrica.ui.activity.ActivityBilling" android:configChanges="locale" />
        <activity android:name="it.Ettore.spesaelettrica.ui.activity.ActivityProKey" android:configChanges="locale" />
        <activity android:name="it.Ettore.spesaelettrica.ui.activity.ActivityLicenza" android:configChanges="locale" />
        <activity android:name="it.Ettore.spesaelettrica.ui.activity.ActivityListaBollette" android:configChanges="locale" />
        <activity android:name="it.Ettore.spesaelettrica.ui.activity.ActivityModificaBolletta" android:configChanges="locale" />
        <activity android:name="it.Ettore.spesaelettrica.ui.activity.ActivityGraficoBollette" android:configChanges="locale" />
        <activity android:name="it.Ettore.spesaelettrica.ui.activity.ActivityListaAbitazioni" android:configChanges="locale" />
        <activity android:name="it.Ettore.spesaelettrica.ui.activity.ActivityChatbot" android:configChanges="locale" />
        <activity android:label="Device info" android:name="it.ettoregallina.debugutils.ActivityInfoDevice" />
        <activity android:name="it.ettoregallina.translatortool.activity.ActivityTranslatorMain" android:configChanges="locale|orientation|screenSize" />
        <activity android:name="it.ettoregallina.translatortool.activity.ActivityTranslatorTraduci" android:configChanges="locale|orientation|screenSize" android:windowSoftInputMode="stateHidden" />
        <uses-library android:name="org.apache.http.legacy" android:required="false" />
        <activity android:theme="@style/ActivityInternalIntertitial" android:name="it.ettoregallina.firebaseutils.ActivityInternalInterstitial" />
        <activity android:name="it.ettoregallina.allapplications.ActivityAllApps" android:configChanges="locale" />
        <activity android:name="it.ettoregallina.butils.ui.ActivityStartTrial" android:configChanges="locale" />
        <meta-data android:name="android.webkit.WebView.EnableSafeBrowsing" android:value="true" />
        <provider android:name="androidx.core.content.FileProvider" android:exported="false" android:authorities="it.Ettore.spesaelettrica.fileprovider" android:grantUriPermissions="true">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths" />
        </provider>
        <provider android:name="androidx.startup.InitializationProvider" android:exported="false" android:authorities="it.Ettore.spesaelettrica.androidx-startup">
            <meta-data android:name="androidx.emoji2.text.EmojiCompatInitializer" android:value="androidx.startup" />
            <meta-data android:name="androidx.work.WorkManagerInitializer" android:value="androidx.startup" />
            <meta-data android:name="androidx.lifecycle.ProcessLifecycleInitializer" android:value="androidx.startup" />
            <meta-data android:name="androidx.profileinstaller.ProfileInstallerInitializer" android:value="androidx.startup" />
        </provider>
        <uses-library android:name="androidx.window.extensions" android:required="false" />
        <uses-library android:name="androidx.window.sidecar" android:required="false" />
        <service android:name="androidx.work.impl.background.systemalarm.SystemAlarmService" android:enabled="@bool/enable_system_alarm_service_default" android:exported="false" android:directBootAware="false" />
        <service android:name="androidx.work.impl.background.systemjob.SystemJobService" android:permission="android.permission.BIND_JOB_SERVICE" android:enabled="@bool/enable_system_job_service_default" android:exported="true" android:directBootAware="false" />
        <service android:name="androidx.work.impl.foreground.SystemForegroundService" android:enabled="@bool/enable_system_foreground_service_default" android:exported="false" android:directBootAware="false" />
        <receiver android:name="androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver" android:enabled="true" android:exported="false" android:directBootAware="false" />
        <receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy" android:enabled="false" android:exported="false" android:directBootAware="false">
            <intent-filter>
                <action android:name="android.intent.action.ACTION_POWER_CONNECTED" />
                <action android:name="android.intent.action.ACTION_POWER_DISCONNECTED" />
            </intent-filter>
        </receiver>
        <receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy" android:enabled="false" android:exported="false" android:directBootAware="false">
            <intent-filter>
                <action android:name="android.intent.action.BATTERY_OKAY" />
                <action android:name="android.intent.action.BATTERY_LOW" />
            </intent-filter>
        </receiver>
        <receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy" android:enabled="false" android:exported="false" android:directBootAware="false">
            <intent-filter>
                <action android:name="android.intent.action.DEVICE_STORAGE_LOW" />
                <action android:name="android.intent.action.DEVICE_STORAGE_OK" />
            </intent-filter>
        </receiver>
        <receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy" android:enabled="false" android:exported="false" android:directBootAware="false">
            <intent-filter>
                <action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
            </intent-filter>
        </receiver>
        <receiver android:name="androidx.work.impl.background.systemalarm.RescheduleReceiver" android:enabled="false" android:exported="false" android:directBootAware="false">
            <intent-filter>
                <action android:name="android.intent.action.BOOT_COMPLETED" />
                <action android:name="android.intent.action.TIME_SET" />
                <action android:name="android.intent.action.TIMEZONE_CHANGED" />
            </intent-filter>
        </receiver>
        <receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver" android:enabled="@bool/enable_system_alarm_service_default" android:exported="false" android:directBootAware="false">
            <intent-filter>
                <action android:name="androidx.work.impl.background.systemalarm.UpdateProxies" />
            </intent-filter>
        </receiver>
        <receiver android:name="androidx.work.impl.diagnostics.DiagnosticsReceiver" android:permission="android.permission.DUMP" android:enabled="true" android:exported="true" android:directBootAware="false">
            <intent-filter>
                <action android:name="androidx.work.diagnostics.REQUEST_DIAGNOSTICS" />
            </intent-filter>
        </receiver>
        <receiver android:name="androidx.profileinstaller.ProfileInstallReceiver" android:permission="android.permission.DUMP" android:enabled="true" android:exported="true" android:directBootAware="false">
            <intent-filter>
                <action android:name="androidx.profileinstaller.action.INSTALL_PROFILE" />
            </intent-filter>
            <intent-filter>
                <action android:name="androidx.profileinstaller.action.SKIP_FILE" />
            </intent-filter>
            <intent-filter>
                <action android:name="androidx.profileinstaller.action.SAVE_PROFILE" />
            </intent-filter>
            <intent-filter>
                <action android:name="androidx.profileinstaller.action.BENCHMARK_OPERATION" />
            </intent-filter>
        </receiver>
        <activity android:theme="@style/Theme.PlayCore.Transparent" android:name="com.google.android.play.core.common.PlayCoreDialogWrapperActivity" android:exported="false" android:stateNotNeeded="true" />
    </application>
</manifest>