f-droid manifest xml

from https://f-droid.en.softonic.com/android/download
mail@pastecode.io avatar
unknown
xml
2 years ago
26 kB
5
Indexable
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1014050" android:versionName="1.14" android:installLocation="0" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="org.fdroid.fdroid" platformBuildVersionCode="30" platformBuildVersionName="11">
  <uses-sdk android:minSdkVersion="22" android:targetSdkVersion="25"/>
  <uses-feature android:name="android.hardware.nfc" android:required="false"/>
  <uses-feature android:name="android.hardware.bluetooth" android:required="false"/>
  <uses-feature android:name="android.hardware.usb.host" android:required="false"/>
  <uses-permission android:name="android.permission.INTERNET"/>
  <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
  <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
  <uses-permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"/>
  <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE"/>
  <uses-permission android:name="android.permission.CHANGE_WIFI_STATE"/>
  <uses-permission android:name="android.permission.BLUETOOTH"/>
  <uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>
  <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
  <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
  <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
  <uses-permission android:name="android.permission.WRITE_SETTINGS"/>
  <uses-permission android:name="android.permission.NFC"/>
  <uses-permission android:name="android.permission.USB_PERMISSION" android:maxSdkVersion="22"/>
  <uses-permission android:name="android.permission.WAKE_LOCK"/>
  <uses-permission-sdk-23 android:name="android.permission.ACCESS_COARSE_LOCATION"/>
  <supports-screens android:anyDensity="true" android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:resizeable="true" android:xlargeScreens="true"/>
  <uses-feature android:name="android.hardware.telephony" android:required="false"/>
  <uses-feature android:name="android.hardware.wifi" android:required="false"/>
  <uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
  <uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
  <application android:theme="type1/2131821032" android:label="type1/2131755108" android:icon="type1/2131230916" android:name="org.fdroid.fdroid.FDroidApp" android:description="type1/2131755085" android:allowBackup="true" android:supportsRtl="true" android:fullBackupContent="type1/2131951617" android:networkSecurityConfig="type1/2131951620" android:appComponentFactory="androidx.core.app.CoreComponentFactory">
    <activity android:label="type1/2131755508" android:name="org.fdroid.fdroid.nearby.SwapWorkflowActivity" android:launchMode="2" android:screenOrientation="1" android:configChanges="0xa0" android:parentActivityName="org.fdroid.fdroid.views.main.MainActivity">
      <meta-data android:name="android.support.PARENT_ACTIVITY" android:value=".views.main.MainActivity"/>
    </activity>
    <activity android:label="type1/2131755417" android:name="org.fdroid.fdroid.panic.PanicPreferencesActivity" android:parentActivityName="org.fdroid.fdroid.views.main.MainActivity">
      <intent-filter>
        <action android:name="info.guardianproject.panic.action.CONNECT"/>
        <action android:name="info.guardianproject.panic.action.DISCONNECT"/>
        <category android:name="android.intent.category.DEFAULT"/>
      </intent-filter>
      <meta-data android:name="android.support.PARENT_ACTIVITY" android:value=".views.main.MainActivity"/>
    </activity>
    <activity android:name="org.fdroid.fdroid.panic.SelectInstalledAppsActivity" android:parentActivityName="org.fdroid.fdroid.panic.PanicPreferencesActivity"/>
    <activity android:theme="type1/16973909" android:name="org.fdroid.fdroid.panic.PanicResponderActivity" android:noHistory="true">
      <intent-filter>
        <action android:name="info.guardianproject.panic.action.TRIGGER"/>
        <category android:name="android.intent.category.DEFAULT"/>
      </intent-filter>
    </activity>
    <activity android:theme="type1/16973909" android:name="org.fdroid.fdroid.panic.ExitActivity"/>
    <activity android:label="type1/2131755204" android:icon="type1/2131623936" android:name="org.fdroid.fdroid.panic.CalculatorActivity" android:enabled="false">
      <intent-filter>
        <action android:name="android.intent.action.MAIN"/>
        <category android:name="android.intent.category.LAUNCHER"/>
      </intent-filter>
    </activity>
    <receiver android:name="org.fdroid.fdroid.nearby.WifiStateChangeReceiver">
      <intent-filter>
        <action android:name="android.net.wifi.STATE_CHANGE"/>
      </intent-filter>
    </receiver>
    <receiver android:name="org.fdroid.fdroid.receiver.DeviceStorageReceiver">
      <intent-filter>
        <action android:name="android.intent.action.DEVICE_STORAGE_LOW"/>
      </intent-filter>
    </receiver>
    <receiver android:name="org.fdroid.fdroid.nearby.UsbDeviceAttachedReceiver">
      <intent-filter>
        <action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED"/>
      </intent-filter>
      <meta-data android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" android:resource="type1/2131951618"/>
    </receiver>
    <receiver android:name="org.fdroid.fdroid.nearby.UsbDeviceDetachedReceiver">
      <intent-filter>
        <action android:name="android.hardware.usb.action.USB_DEVICE_DETACHED"/>
      </intent-filter>
      <meta-data android:name="android.hardware.usb.action.USB_DEVICE_DETACHED" android:resource="type1/2131951618"/>
    </receiver>
    <receiver android:name="org.fdroid.fdroid.nearby.UsbDeviceMediaMountedReceiver">
      <intent-filter>
        <action android:name="android.intent.action.MEDIA_EJECT"/>
        <action android:name="android.intent.action.MEDIA_REMOVED"/>
        <action android:name="android.intent.action.MEDIA_MOUNTED"/>
        <action android:name="android.intent.action.MEDIA_BAD_REMOVAL"/>
        <data android:scheme="content"/>
        <data android:scheme="file"/>
      </intent-filter>
    </receiver>
    <service android:name="org.fdroid.fdroid.nearby.SwapService"/>
    <service android:name="org.fdroid.fdroid.nearby.LocalRepoService" android:exported="false"/>
    <service android:name="org.fdroid.fdroid.nearby.TreeUriScannerIntentService" android:exported="false"/>
    <service android:name="org.fdroid.fdroid.nearby.SDCardScannerService" android:exported="false"/>
    <activity android:label="type1/2131755289" android:name="org.fdroid.fdroid.privileged.views.InstallConfirmActivity" android:excludeFromRecents="true" android:configChanges="0x2004" android:parentActivityName="org.fdroid.fdroid.views.main.MainActivity">
      <meta-data android:name="android.support.PARENT_ACTIVITY" android:value=".views.main.MainActivity"/>
    </activity>
    <activity android:name="org.fdroid.fdroid.privileged.views.UninstallDialogActivity" android:excludeFromRecents="true"/>
    <activity android:label="type1/2131755295" android:name="org.fdroid.fdroid.views.ManageReposActivity" android:launchMode="2" android:configChanges="0x2004" android:parentActivityName="org.fdroid.fdroid.views.main.MainActivity">
      <meta-data android:name="android.support.PARENT_ACTIVITY" android:value=".views.main.MainActivity"/>
    </activity>
    <activity android:name="org.fdroid.fdroid.NfcNotEnabledActivity" android:configChanges="0x2004" android:noHistory="true"/>
    <activity android:label="type1/2131755454" android:name="org.fdroid.fdroid.views.RepoDetailsActivity" android:configChanges="0x2004" android:windowSoftInputMode="0x2" android:parentActivityName="org.fdroid.fdroid.views.ManageReposActivity">
      <meta-data android:name="android.support.PARENT_ACTIVITY" android:value=".views.ManageReposActivity"/>
    </activity>
    <activity android:label="type1/2131755086" android:name="org.fdroid.fdroid.views.AppDetailsActivity" android:exported="true" android:configChanges="0x2004" android:parentActivityName="org.fdroid.fdroid.views.main.MainActivity">
      <meta-data android:name="android.support.PARENT_ACTIVITY" android:value=".views.main.MainActivity"/>
    </activity>
    <activity android:name="org.fdroid.fdroid.acra.CrashReportActivity" android:process=":error_report" android:finishOnTaskLaunch="true" android:excludeFromRecents="true" android:launchMode="3"/>
    <activity android:name="org.fdroid.fdroid.views.ScreenShotsActivity"/>
    <activity android:theme="type1/16973909" android:name="org.fdroid.fdroid.data.ObbUrlActivity"/>
    <activity android:theme="type1/2131820562" android:name="org.fdroid.fdroid.installer.DefaultInstallerActivity"/>
    <activity android:theme="type1/2131820562" android:name="org.fdroid.fdroid.installer.ErrorDialogActivity"/>
    <activity android:name="org.fdroid.fdroid.views.main.MainActivity" android:launchMode="1" android:windowSoftInputMode="0x10">
      <intent-filter>
        <action android:name="android.intent.action.MAIN"/>
        <category android:name="android.intent.category.LAUNCHER"/>
      </intent-filter>
      <intent-filter>
        <action android:name="android.intent.action.VIEW"/>
        <category android:name="android.intent.category.DEFAULT"/>
        <category android:name="android.intent.category.BROWSABLE"/>
        <data android:scheme="fdroid.app"/>
      </intent-filter>
      <intent-filter android:autoVerify="false">
        <action android:name="android.intent.action.VIEW"/>
        <category android:name="android.intent.category.DEFAULT"/>
        <category android:name="android.intent.category.BROWSABLE"/>
        <data android:scheme="https"/>
        <data android:host="f-droid.org"/>
        <data android:host="www.f-droid.org"/>
        <data android:host="staging.f-droid.org"/>
        <data android:pathPrefix="/app/"/>
        <data android:pathPrefix="/packages/"/>
        <data android:pathPrefix="/repository/browse"/>
        <data android:pathPattern="/.*/packages/.*"/>
        <data android:pathPattern="/.*/packages/.*/"/>
      </intent-filter>
      <intent-filter android:autoVerify="false">
        <action android:name="android.intent.action.VIEW"/>
        <category android:name="android.intent.category.DEFAULT"/>
        <category android:name="android.intent.category.BROWSABLE"/>
        <data android:scheme="http"/>
        <data android:host="f-droid.org"/>
        <data android:host="www.f-droid.org"/>
        <data android:host="staging.f-droid.org"/>
        <data android:pathPrefix="/app/"/>
        <data android:pathPrefix="/packages/"/>
        <data android:pathPrefix="/repository/browse"/>
        <data android:pathPattern="/.*/packages/.*"/>
        <data android:pathPattern="/.*/packages/.*/"/>
      </intent-filter>
      <intent-filter>
        <action android:name="android.intent.action.VIEW"/>
        <category android:name="android.intent.category.DEFAULT"/>
        <category android:name="android.intent.category.BROWSABLE"/>
        <data android:scheme="market" android:host="details"/>
      </intent-filter>
      <intent-filter android:autoVerify="false">
        <action android:name="android.intent.action.VIEW"/>
        <category android:name="android.intent.category.DEFAULT"/>
        <category android:name="android.intent.category.BROWSABLE"/>
        <data android:scheme="http"/>
        <data android:scheme="https"/>
        <data android:host="play.google.com"/>
        <data android:path="/store/apps/details"/>
      </intent-filter>
      <intent-filter>
        <action android:name="android.intent.action.VIEW"/>
        <category android:name="android.intent.category.DEFAULT"/>
        <category android:name="android.intent.category.BROWSABLE"/>
        <data android:scheme="amzn" android:host="apps" android:path="/android"/>
      </intent-filter>
      <intent-filter android:autoVerify="false">
        <action android:name="android.intent.action.VIEW"/>
        <category android:name="android.intent.category.DEFAULT"/>
        <category android:name="android.intent.category.BROWSABLE"/>
        <data android:scheme="http"/>
        <data android:scheme="https"/>
        <data android:host="amazon.com"/>
        <data android:host="www.amazon.com"/>
        <data android:path="/gp/mas/dl/android"/>
      </intent-filter>
      <intent-filter>
        <action android:name="android.intent.action.VIEW"/>
        <category android:name="android.intent.category.DEFAULT"/>
        <category android:name="android.intent.category.BROWSABLE"/>
        <data android:scheme="fdroid.search"/>
      </intent-filter>
      <intent-filter>
        <action android:name="android.intent.action.VIEW"/>
        <category android:name="android.intent.category.DEFAULT"/>
        <category android:name="android.intent.category.BROWSABLE"/>
        <data android:scheme="market" android:host="search"/>
      </intent-filter>
      <intent-filter android:autoVerify="false">
        <action android:name="android.intent.action.VIEW"/>
        <category android:name="android.intent.category.DEFAULT"/>
        <category android:name="android.intent.category.BROWSABLE"/>
        <data android:scheme="http"/>
        <data android:scheme="https"/>
        <data android:host="play.google.com"/>
        <data android:path="/store/search"/>
      </intent-filter>
      <intent-filter>
        <action android:name="android.intent.action.SEARCH"/>
      </intent-filter>
      <intent-filter android:autoVerify="false">
        <action android:name="android.intent.action.VIEW"/>
        <category android:name="android.intent.category.BROWSABLE"/>
        <category android:name="android.intent.category.DEFAULT"/>
        <data android:scheme="http"/>
        <data android:scheme="HTTP"/>
        <data android:scheme="https"/>
        <data android:scheme="HTTPS"/>
        <data android:host="*"/>
        <data android:path="/fdroid/repo"/>
        <data android:pathPattern="/fdroid/repo/*"/>
        <data android:pathPattern="/.*/fdroid/repo"/>
        <data android:pathPattern="/.*/fdroid/repo/*"/>
        <data android:pathPattern="/.*/.*/fdroid/repo"/>
        <data android:pathPattern="/.*/.*/fdroid/repo/*"/>
        <data android:pathPattern="/.*/.*/.*/fdroid/repo"/>
        <data android:pathPattern="/.*/.*/.*/fdroid/repo/*"/>
        <data android:pathPattern="/.*/.*/.*/.*/fdroid/repo"/>
        <data android:pathPattern="/.*/.*/.*/.*/fdroid/repo/*"/>
        <data android:pathPattern="/.*/.*/.*/.*/.*/fdroid/repo"/>
        <data android:pathPattern="/.*/.*/.*/.*/.*/fdroid/repo/*"/>
        <data android:pathPattern="/.*/.*/.*/.*/.*/.*/fdroid/repo"/>
        <data android:pathPattern="/.*/.*/.*/.*/.*/.*/fdroid/repo/*"/>
        <data android:path="/fdroid/archive"/>
        <data android:pathPattern="/fdroid/archive/*"/>
        <data android:pathPattern="/.*/fdroid/archive"/>
        <data android:pathPattern="/.*/fdroid/archive/*"/>
        <data android:pathPattern="/.*/.*/fdroid/archive"/>
        <data android:pathPattern="/.*/.*/fdroid/archive/*"/>
        <data android:pathPattern="/.*/.*/.*/fdroid/archive"/>
        <data android:pathPattern="/.*/.*/.*/fdroid/archive/*"/>
        <data android:pathPattern="/.*/.*/.*/.*/fdroid/archive"/>
        <data android:pathPattern="/.*/.*/.*/.*/fdroid/archive/*"/>
        <data android:path="/FDROID/REPO"/>
        <data android:pathPattern="/.*/FDROID/REPO"/>
        <data android:pathPattern="/.*/.*/FDROID/REPO"/>
        <data android:pathPattern="/.*/.*/.*/FDROID/REPO"/>
      </intent-filter>
      <intent-filter>
        <action android:name="android.intent.action.VIEW"/>
        <category android:name="android.intent.category.BROWSABLE"/>
        <category android:name="android.intent.category.DEFAULT"/>
        <data android:scheme="fdroidrepo"/>
        <data android:scheme="FDROIDREPO"/>
        <data android:scheme="fdroidrepos"/>
        <data android:scheme="FDROIDREPOS"/>
      </intent-filter>
      <intent-filter>
        <action android:name="android.nfc.action.NDEF_DISCOVERED"/>
        <category android:name="android.intent.category.DEFAULT"/>
        <data android:scheme="fdroidrepo"/>
        <data android:scheme="fdroidrepos"/>
      </intent-filter>
      <meta-data android:name="android.app.searchable" android:resource="type1/2131951623"/>
    </activity>
    <activity android:name="org.fdroid.fdroid.views.apps.AppListActivity"/>
    <activity android:name="org.fdroid.fdroid.views.installed.InstalledAppsActivity" android:parentActivityName="org.fdroid.fdroid.views.main.MainActivity">
      <meta-data android:name="android.support.PARENT_ACTIVITY" android:value=".views.main.MainActivity"/>
    </activity>
    <activity android:name="org.fdroid.fdroid.views.InstallHistoryActivity" android:parentActivityName="org.fdroid.fdroid.views.main.MainActivity">
      <meta-data android:name="android.support.PARENT_ACTIVITY" android:value=".views.main.MainActivity"/>
    </activity>
    <activity android:theme="type1/2131820562" android:name="org.fdroid.fdroid.installer.FileInstallerActivity"/>
    <provider android:name="org.fdroid.fdroid.data.AppProvider" android:exported="false" android:authorities="org.fdroid.fdroid.data.AppProvider"/>
    <provider android:name="org.fdroid.fdroid.data.RepoProvider" android:exported="false" android:authorities="org.fdroid.fdroid.data.RepoProvider"/>
    <provider android:name="org.fdroid.fdroid.data.ApkProvider" android:exported="false" android:authorities="org.fdroid.fdroid.data.ApkProvider"/>
    <provider android:name="org.fdroid.fdroid.data.TempApkProvider" android:exported="false" android:authorities="org.fdroid.fdroid.data.TempApkProvider"/>
    <provider android:name="org.fdroid.fdroid.data.TempAppProvider" android:exported="false" android:authorities="org.fdroid.fdroid.data.TempAppProvider"/>
    <provider android:name="org.fdroid.fdroid.data.InstalledAppProvider" android:exported="false" android:authorities="org.fdroid.fdroid.data.InstalledAppProvider"/>
    <provider android:name="org.fdroid.fdroid.data.AppPrefsProvider" android:exported="false" android:authorities="org.fdroid.fdroid.data.AppPrefsProvider"/>
    <provider android:name="org.fdroid.fdroid.data.PackageIdProvider" android:exported="false" android:authorities="org.fdroid.fdroid.data.PackageIdProvider"/>
    <provider android:name="org.fdroid.fdroid.data.CategoryProvider" android:exported="false" android:authorities="org.fdroid.fdroid.data.CategoryProvider"/>
    <provider android:name="org.fdroid.fdroid.installer.ApkFileProvider" android:exported="false" android:authorities="org.fdroid.fdroid.installer.ApkFileProvider" android:grantUriPermissions="true">
      <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="type1/2131951616"/>
    </provider>
    <provider android:name="androidx.core.content.FileProvider" android:exported="false" android:authorities="org.fdroid.fdroid.installer" android:grantUriPermissions="true">
      <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="type1/2131951619"/>
    </provider>
    <provider android:name="org.fdroid.fdroid.nearby.PublicSourceDirProvider" android:exported="false" android:authorities="org.fdroid.fdroid.nearby.PublicSourceDirProvider" android:grantUriPermissions="true"/>
    <receiver android:name="org.fdroid.fdroid.receiver.StartupReceiver">
      <intent-filter>
        <action android:name="android.intent.action.BOOT_COMPLETED"/>
        <category android:name="android.intent.category.HOME"/>
      </intent-filter>
    </receiver>
    <receiver android:name="org.fdroid.fdroid.receiver.PackageManagerReceiver">
      <intent-filter>
        <action android:name="android.intent.action.PACKAGE_ADDED"/>
        <action android:name="android.intent.action.PACKAGE_CHANGED"/>
        <action android:name="android.intent.action.PACKAGE_REMOVED"/>
        <data android:scheme="package"/>
      </intent-filter>
    </receiver>
    <receiver android:name="org.fdroid.fdroid.NotificationBroadcastReceiver" android:exported="false"/>
    <service android:name="org.fdroid.fdroid.UpdateService" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="false"/>
    <service android:name="org.fdroid.fdroid.UpdateJobService" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="false"/>
    <service android:name="org.fdroid.fdroid.net.DownloaderService" android:exported="false"/>
    <service android:name="org.fdroid.fdroid.installer.InstallerService" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="false"/>
    <service android:name="org.fdroid.fdroid.DeleteCacheService" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="false"/>
    <service android:name="org.fdroid.fdroid.net.ConnectivityMonitorService" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="false"/>
    <service android:name="org.fdroid.fdroid.installer.InstallManagerService" android:exported="false"/>
    <service android:name="org.fdroid.fdroid.installer.InstallHistoryService" android:exported="false"/>
    <service android:name="org.fdroid.fdroid.installer.ObfInstallerService" android:exported="false"/>
    <service android:name="org.fdroid.fdroid.data.InstalledAppProviderService" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="false"/>
    <service android:name="org.fdroid.fdroid.AddRepoIntentService" android:exported="false"/>
    <service android:name="androidx.work.impl.background.systemalarm.SystemAlarmService" android:enabled="type1/2131034116" android:exported="false" android:directBootAware="false"/>
    <service android:name="androidx.work.impl.background.systemjob.SystemJobService" android:permission="android.permission.BIND_JOB_SERVICE" android:enabled="type1/2131034118" android:exported="true" android:directBootAware="false"/>
    <service android:name="androidx.work.impl.foreground.SystemForegroundService" android:enabled="type1/2131034117" 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="type1/2131034116" 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>
    <activity android:theme="type1/16973835" android:name="org.acra.dialog.CrashReportDialog" android:process=":acra" android:finishOnTaskLaunch="true" android:excludeFromRecents="true" android:launchMode="3"/>
    <service android:name="org.acra.sender.SenderService" android:exported="false" android:process=":acra"/>
    <service android:name="androidx.room.MultiInstanceInvalidationService" android:exported="false" android:directBootAware="true"/>
  </application>
</manifest>