MD5 校验值:576c0e120baeb324e9c5a56152387c2b
Rain Alarm v5.6.1 -- AndroidManifest.xml 文件包含反编译后的源代码,请注意,该内容仅供学习和参考使用,不得用于非法用途。
<?xml version="1.0" encoding="utf-8"?> <manifest android:versionCode="521" android:versionName="5.6.1" android:installLocation="auto" android:compileSdkVersion="34" android:compileSdkVersionCodename="14" package="de.mdiener.rain.usa" platformBuildVersionCode="34" platformBuildVersionName="14" xmlns:android="http://schemas.android.com/apk/res/android"> <uses-sdk android:minSdkVersion="23" android:targetSdkVersion="33" /> <uses-permission android:name="com.google.android.gms.permission.AD_ID" /> <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.VIBRATE" /> <uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" /> <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="22" /> <uses-permission android:name="android.permission.FOREGROUND_SERVICE" /> <uses-permission android:name="android.permission.POST_NOTIFICATIONS" /> <uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES" /> <uses-feature android:name="android.hardware.location" android:required="false" /> <uses-feature android:name="android.hardware.location.network" android:required="false" /> <uses-feature android:name="android.hardware.location.gps" android:required="false" /> <uses-feature android:name="android.hardware.wifi" android:required="false" /> <uses-feature android:name="android.hardware.touchscreen" android:required="false" /> <uses-feature android:name="android.hardware.type.pc" android:required="false" /> <uses-feature android:glEsVersion="0x00020000" android:required="true" /> <supports-screens android:anyDensity="true" android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:xlargeScreens="true" /> <queries> <intent> <action android:name="android.intent.action.TTS_SERVICE" /> </intent> <package android:name="com.google.android.apps.maps" /> <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> <intent> <action android:name="com.android.vending.billing.InAppBillingService.BIND" /> </intent> </queries> <uses-permission android:name="android.permission.WAKE_LOCK" /> <uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" /> <uses-permission android:name="android.permission.ACCESS_ADSERVICES_ATTRIBUTION" /> <uses-permission android:name="android.permission.ACCESS_ADSERVICES_AD_ID" /> <uses-permission android:name="android.permission.ACCESS_ADSERVICES_TOPICS" /> <uses-permission android:name="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE" /> <permission android:name="de.mdiener.rain.usa.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" android:protectionLevel="signature" /> <uses-permission android:name="de.mdiener.rain.usa.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" /> <uses-permission android:name="com.android.vending.BILLING" /> <application android:theme="@style/AppTheme3" android:label="@string/app_name" android:icon="@mipmap/launcher" android:name="de.mdiener.rain.usa.MapAndAdApplication" android:backupAgent="de.mdiener.rain.core.util.RainBackupAgent" android:allowBackup="true" android:restoreAnyVersion="true" android:hardwareAccelerated="true" android:supportsRtl="true" android:extractNativeLibs="false" android:networkSecurityConfig="@xml/network_security_config" android:appComponentFactory="androidx.core.app.CoreComponentFactory"> <activity android:theme="@style/SplashTheme" android:label="@string/app_name" android:name="de.mdiener.rain.usa.MainMaps2" android:exported="true" android:launchMode="singleTask"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> <activity android:theme="@style/AppTheme2" android:label="@string/weather_weather" android:icon="@mipmap/launcher_weather" android:name="de.mdiener.rain.core.weather.WeatherAds" /> <activity android:theme="@style/AppTheme2" android:label="@string/weather_weather" android:icon="@mipmap/launcher_weather" android:name="de.mdiener.rain.core.weather.WeatherAdsLauncher" android:enabled="false" android:exported="true" android:taskAffinity="de.mdiener.rain.core.weather.WeatherAdsLauncher"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> <activity android:theme="@style/AppTheme2" android:label="@string/help" android:name="de.mdiener.rain.core.BasicHelp2" /> <activity android:theme="@android:style/Theme.Translucent" android:name="com.google.android.gms.ads.AdActivity" android:exported="false" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" /> <provider android:name="androidx.core.content.FileProvider" android:exported="false" android:authorities="de.mdiener.rain.usa.fileprovider" android:grantUriPermissions="true"> <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/filepaths" /> </provider> <meta-data android:name="com.google.android.backup.api_key" android:value="AEdPqrEAAAAIMTnAGyuKSdXBdOd0Ceepc5D8XIYYXkLeVcAW5w" /> <meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="ca-app-pub-0687636781673666~9518270804" /> <meta-data android:name="com.google.android.gms.ads.DELAY_APP_MEASUREMENT_INIT" android:value="true" /> <property android:name="android.adservices.AD_SERVICES_CONFIG" android:resource="@xml/gma_ad_services_config" /> <activity android:theme="@style/AppBaseTheme2.NoActionBar" android:label="@string/config_location_manual" android:name="de.mdiener.rain.usa.config.MapMaps" android:windowSoftInputMode="adjustResize" /> <activity android:theme="@style/AppTheme2" android:label="@string/config_sector" android:name="de.mdiener.rain.usa.config.MapSector" /> <activity android:theme="@style/AppTheme2" android:label="@string/config_radius" android:name="de.mdiener.rain.usa.config.MapRadius" /> <receiver android:label="@string/app_name_widget_wide" android:name="de.mdiener.rain.core.RainAppWidgetProvider" android:exported="true"> <intent-filter> <action android:name="android.intent.action.ACTION_MY_PACKAGE_REPLACED" /> </intent-filter> <intent-filter> <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> <action android:name="android.intent.action.BOOT_COMPLETED" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> <meta-data android:name="android.appwidget.provider" android:resource="@xml/rain_appwidget_info" /> </receiver> <receiver android:label="@string/app_name_widget_thin" android:name="de.mdiener.rain.core.RainAppWidgetProviderThin" android:exported="true"> <intent-filter> <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> </intent-filter> <meta-data android:name="android.appwidget.provider" android:resource="@xml/rain_appwidget_info_thin" /> </receiver> <activity android:theme="@style/AppTheme2" android:label="@string/weather_weather" android:icon="@mipmap/launcher_weather" android:name="de.mdiener.rain.core.weather.Weather" /> <activity android:theme="@style/AppTheme2" android:label="@string/help" android:name="de.mdiener.rain.core.Help2" /> <activity android:theme="@style/AppTheme2" android:label="@string/main_feedback" android:name="de.mdiener.rain.core.HelpDiagnose" /> <activity android:theme="@style/AppTheme2.MyTranslucent.NoActionBar" android:name="de.mdiener.rain.core.config.WidgetThemeFragmentActivity" android:exported="true"> <intent-filter> <action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" /> </intent-filter> </activity> <activity android:theme="@style/AppBaseTheme2Material" android:name="de.mdiener.android.core.widget.MainFragmentActivity" /> <activity android:theme="@style/AppTheme2.MyTranslucent.NoActionBar" android:name="de.mdiener.android.core.config.InvisiblePreferenceFragmentActivity" /> <service android:name="de.mdiener.android.core.location.GeofenceReceiver" android:foregroundServiceType="location" /> <service android:name="de.mdiener.rain.core.AlarmService" android:exported="true" android:foregroundServiceType="dataSync" /> <service android:name="de.mdiener.rain.core.ClearAlarmService" android:exported="false" android:foregroundServiceType="dataSync" /> <meta-data android:name="com.google.android.geo.API_KEY" android:value="AIzaSyAvWgO1yJA0CaJdX4D75xE0-BMcd-Dc-MI" /> <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" /> <service android:name="de.mdiener.rain.core.GcmIntentService" android:exported="true" android:foregroundServiceType="dataSync"> <intent-filter> <action android:name="com.google.firebase.MESSAGING_EVENT" /> </intent-filter> </service> <meta-data android:name="com.google.firebase.messaging.default_notification_icon" android:resource="@drawable/notification" /> <meta-data android:name="com.google.firebase.messaging.default_notification_color" android:resource="@color/primary" /> <service android:name="de.mdiener.rain.wear.WearService" android:exported="true" android:foregroundServiceType="connectedDevice"> <intent-filter> <action android:name="com.google.android.gms.wearable.MESSAGE_RECEIVED" /> <data android:scheme="wear" android:host="*" /> </intent-filter> </service> <service android:name="de.mdiener.rain.wear.LoadImageService" android:foregroundServiceType="dataSync" /> <service android:name="de.mdiener.rain.wear.StartService" android:exported="true" android:foregroundServiceType="connectedDevice" /> <meta-data android:name="android.max_aspect" android:value="2.1" /> <meta-data android:name="firebase_performance_collection_enabled" android:value="false" /> <meta-data android:name="firebase_messaging_auto_init_enabled" android:value="false" /> <meta-data android:name="firebase_analytics_collection_enabled" android:value="false" /> <uses-library android:name="org.apache.http.legacy" android:required="false" /> <receiver android:name="com.google.firebase.iid.FirebaseInstanceIdReceiver" android:permission="com.google.android.c2dm.permission.SEND" android:exported="true"> <intent-filter> <action android:name="com.google.android.c2dm.intent.RECEIVE" /> </intent-filter> <meta-data android:name="com.google.android.gms.cloudmessaging.FINISHED_AFTER_HANDLED" android:value="true" /> </receiver> <service android:name="com.google.firebase.messaging.FirebaseMessagingService" android:exported="false" android:directBootAware="true"> <intent-filter android:priority="-500"> <action android:name="com.google.firebase.MESSAGING_EVENT" /> </intent-filter> </service> <service android:name="com.google.firebase.components.ComponentDiscoveryService" android:exported="false" android:directBootAware="true"> <meta-data android:name="com.google.firebase.components:com.google.firebase.messaging.FirebaseMessagingKtxRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" /> <meta-data android:name="com.google.firebase.components:com.google.firebase.messaging.FirebaseMessagingRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" /> <meta-data android:name="com.google.firebase.components:com.google.firebase.analytics.connector.internal.AnalyticsConnectorRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" /> <meta-data android:name="com.google.firebase.components:com.google.firebase.installations.FirebaseInstallationsKtxRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" /> <meta-data android:name="com.google.firebase.components:com.google.firebase.installations.FirebaseInstallationsRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" /> <meta-data android:name="com.google.firebase.components:com.google.firebase.ktx.FirebaseCommonLegacyRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" /> <meta-data android:name="com.google.firebase.components:com.google.firebase.FirebaseCommonKtxRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" /> <meta-data android:name="com.google.firebase.components:com.google.firebase.datatransport.TransportRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" /> </service> <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.google.android.gms.common.api.GoogleApiActivity" android:exported="false" /> <provider android:name="com.google.firebase.provider.FirebaseInitProvider" android:exported="false" android:authorities="de.mdiener.rain.usa.firebaseinitprovider" android:initOrder="100" android:directBootAware="true" /> <provider android:name="com.google.android.gms.ads.MobileAdsInitProvider" android:exported="false" android:authorities="de.mdiener.rain.usa.mobileadsinitprovider" android:initOrder="100" /> <service android:name="com.google.android.gms.ads.AdService" android:enabled="true" android:exported="false" /> <activity android:name="com.google.android.gms.ads.OutOfContextTestingActivity" android:exported="false" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" /> <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.google.android.gms.ads.NotificationHandlerActivity" android:exported="false" android:taskAffinity="" android:excludeFromRecents="true" android:launchMode="singleTask" /> <provider android:name="androidx.startup.InitializationProvider" android:exported="false" android:authorities="de.mdiener.rain.usa.androidx-startup"> <meta-data android:name="androidx.work.WorkManagerInitializer" android:value="androidx.startup" /> <meta-data android:name="androidx.emoji2.text.EmojiCompatInitializer" 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> <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="com.google.android.gms.measurement.AppMeasurementReceiver" android:enabled="true" android:exported="false" /> <service android:name="com.google.android.gms.measurement.AppMeasurementService" android:enabled="true" android:exported="false" /> <service android:name="com.google.android.gms.measurement.AppMeasurementJobService" android:permission="android.permission.BIND_JOB_SERVICE" android:enabled="true" android:exported="false" /> <uses-library android:name="android.ext.adservices" android:required="false" /> <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> <service android:name="androidx.room.MultiInstanceInvalidationService" android:exported="false" android:directBootAware="true" /> <service android:name="com.google.android.datatransport.runtime.backends.TransportBackendDiscovery" android:exported="false"> <meta-data android:name="backend:com.google.android.datatransport.cct.CctBackendFactory" android:value="cct" /> </service> <service android:name="com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="false" /> <receiver android:name="com.google.android.datatransport.runtime.scheduling.jobscheduling.AlarmManagerSchedulerBroadcastReceiver" android:exported="false" /> <meta-data android:name="com.google.android.play.billingclient.version" android:value="5.2.1" /> <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.android.billingclient.api.ProxyBillingActivity" android:exported="false" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize" /> </application> </manifest>