413 lines
No EOL
47 KiB
XML
413 lines
No EOL
47 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="no"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:compileSdkVersion="36" android:compileSdkVersionCodename="16" package="net.kaki87.soul2.testing" platformBuildVersionCode="36" platformBuildVersionName="16">
|
|
<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_STATE"/>
|
|
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
|
|
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
|
|
<uses-permission android:maxSdkVersion="32" android:name="android.permission.READ_EXTERNAL_STORAGE"/>
|
|
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
|
|
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC"/>
|
|
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_SYSTEM_EXEMPTED"/>
|
|
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
|
|
<uses-permission android:name="android.permission.SET_WALLPAPER"/>
|
|
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES"/>
|
|
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT"/>
|
|
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/>
|
|
<uses-permission android:name="android.permission.CAMERA"/>
|
|
<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.wifi" android:required="false"/>
|
|
<uses-permission android:name="android.permission.RECORD_AUDIO"/>
|
|
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"/>
|
|
<uses-feature android:name="android.hardware.microphone" android:required="false"/>
|
|
<uses-permission android:name="android.permission.USE_BIOMETRIC"/>
|
|
<uses-permission android:name="android.permission.USE_FINGERPRINT"/>
|
|
<queries>
|
|
<package android:name="com.google.android.gms.policy_cast_dynamite"/>
|
|
<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="android.intent.action.INSERT"/>
|
|
<data android:mimeType="vnd.android.cursor.dir/event"/>
|
|
</intent>
|
|
<intent>
|
|
<action android:name="android.intent.action.VIEW"/>
|
|
<data android:scheme="sms"/>
|
|
</intent>
|
|
<intent>
|
|
<action android:name="android.intent.action.DIAL"/>
|
|
<data android:path="tel:"/>
|
|
</intent>
|
|
</queries>
|
|
<uses-permission android:name="android.permission.WAKE_LOCK"/>
|
|
<permission android:name="net.kaki87.soul2.testing.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" android:protectionLevel="signature"/>
|
|
<uses-permission android:name="net.kaki87.soul2.testing.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"/>
|
|
<application android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:dataExtractionRules="@xml/backup_rules_12" android:enableOnBackInvokedCallback="true" android:extractNativeLibs="true" android:fullBackupContent="@xml/backup_rules_11" android:hardwareAccelerated="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:localeConfig="@xml/locales_config" android:name="com.mycompany.app.main.MainApp" android:networkSecurityConfig="@xml/network_security_config" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme">
|
|
<uses-library android:name="org.apache.http.legacy" android:required="false"/>
|
|
<meta-data android:name="android.webkit.WebView.EnableSafeBrowsing" android:value="true"/>
|
|
<meta-data android:name="android.webkit.WebView.MetricsOptOut" android:value="true"/>
|
|
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version"/>
|
|
<meta-data android:name="com.google.mlkit.vision.DEPENDENCIES" android:value="barcode_ui,ocr,ocr_chinese,ocr_devanagari,ocr_japanese,ocr_korean"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.main.MainLauncher" android:theme="@style/TranslucentTheme"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.main.MainPermission" android:theme="@style/TranslucentTheme" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:exported="true" android:label="@string/audio" android:launchMode="singleTop" android:name="com.mycompany.app.main.MainMusicActivity" android:theme="@style/DialogMusicTheme">
|
|
<intent-filter>
|
|
<action android:name="android.intent.action.VIEW"/>
|
|
<category android:name="android.intent.category.DEFAULT"/>
|
|
<data android:scheme="file"/>
|
|
<data android:scheme="content"/>
|
|
<data android:mimeType="audio/*"/>
|
|
<data android:mimeType="application/ogg"/>
|
|
<data android:mimeType="application/x-ogg"/>
|
|
</intent-filter>
|
|
</activity>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.main.MainSwitchBlack" android:theme="@style/SwitchThemeBlack"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:exported="true" android:label="@string/torrent_down" android:launchMode="singleTop" android:name="com.mycompany.app.main.MainTorrentLauncher" android:theme="@style/TranslucentTheme">
|
|
<intent-filter>
|
|
<action android:name="android.intent.action.VIEW"/>
|
|
<category android:name="android.intent.category.DEFAULT"/>
|
|
<data android:scheme="file"/>
|
|
<data android:scheme="content"/>
|
|
<data android:mimeType="application/x-bittorrent"/>
|
|
</intent-filter>
|
|
</activity>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:exported="true" android:label="@string/doc" android:launchMode="singleTop" android:name="com.mycompany.app.main.MainTxtView" android:windowSoftInputMode="adjustNothing">
|
|
<intent-filter>
|
|
<action android:name="android.intent.action.VIEW"/>
|
|
<category android:name="android.intent.category.DEFAULT"/>
|
|
<data android:scheme="file"/>
|
|
<data android:scheme="content"/>
|
|
<data android:mimeType="text/plain"/>
|
|
<data android:mimeType="text/xml"/>
|
|
<data android:mimeType="application/xhtml+xml"/>
|
|
</intent-filter>
|
|
</activity>
|
|
<service android:exported="false" android:foregroundServiceType="dataSync" android:label="@string/down_manager" android:name="com.mycompany.app.main.MainDownSvc"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.main.image.MainImageCropper" android:theme="@style/ViewerTheme" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:exported="true" android:label="@string/image" android:launchMode="singleTop" android:name="com.mycompany.app.main.image.MainImagePreview" android:theme="@style/ViewerTheme" android:windowSoftInputMode="adjustNothing">
|
|
<intent-filter>
|
|
<action android:name="android.intent.action.VIEW"/>
|
|
<category android:name="android.intent.category.DEFAULT"/>
|
|
<data android:scheme="file"/>
|
|
<data android:scheme="content"/>
|
|
<data android:mimeType="image/*"/>
|
|
</intent-filter>
|
|
</activity>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.main.image.MainImageQuick" android:theme="@style/ViewerTheme" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.main.image.MainImageWallpaper" android:theme="@style/ViewerTheme" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.main.list.MainListAgent" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:exported="true" android:launchMode="singleTop" android:name="com.mycompany.app.main.list.MainListAlbum" android:windowSoftInputMode="adjustNothing">
|
|
<intent-filter>
|
|
<action android:name="android.intent.action.VIEW"/>
|
|
</intent-filter>
|
|
</activity>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:exported="true" android:launchMode="singleTop" android:name="com.mycompany.app.main.list.MainListCast" android:windowSoftInputMode="adjustNothing">
|
|
<intent-filter>
|
|
<action android:name="android.intent.action.VIEW"/>
|
|
</intent-filter>
|
|
</activity>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.main.list.MainListDown" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.main.list.MainListImage" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.main.list.MainListMemo" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.main.list.MainListSearch" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.quick.QuickAdd" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingAdvanced" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingBackup" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingCast" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingClean" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingCustom" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingDisplay" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingDown" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingFloat" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingFont" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingGeneral" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingGesture" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingHandArea" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingHome" android:windowSoftInputMode="adjustNothing|stateAlwaysHidden"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingImage" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingImageTap" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingInfo" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingInfoLegalView" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingInfoLicenseList" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingLand" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingLayout" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingMain" android:windowSoftInputMode="adjustResize"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingMedia" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingMemory" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingMenu" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingNews" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingPassword" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingPassList" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingPrivacy" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingQuick" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingSecret" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingSecure" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingSite" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingSwipe" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingSense" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingTab" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingTrans" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingTts" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingVideo" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingVideoSub" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingVideoTap" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingVpn" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:exported="false" android:launchMode="singleTop" android:name="com.mycompany.app.warp.SettingWarp" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTop" android:name="com.mycompany.app.setting.SettingWeb" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTask" android:name="com.mycompany.app.lock.FingerActivity" android:theme="@style/TranslucentTheme" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTask" android:name="com.mycompany.app.lock.PassActivity" android:windowSoftInputMode="adjustResize"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTask" android:name="com.mycompany.app.lock.PatternActivity" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTask" android:name="com.mycompany.app.lock.PinActivity" android:windowSoftInputMode="adjustNothing"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:exported="true" android:label="@string/image" android:launchMode="singleTop" android:name="com.mycompany.app.image.ImageViewActivity" android:theme="@style/ViewerTheme" android:windowSoftInputMode="adjustNothing">
|
|
<intent-filter>
|
|
<action android:name="android.intent.action.VIEW"/>
|
|
<category android:name="android.intent.category.DEFAULT"/>
|
|
<data android:scheme="file"/>
|
|
<data android:scheme="content"/>
|
|
<data android:mimeType="application/zip"/>
|
|
</intent-filter>
|
|
</activity>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:exported="true" android:label="@string/pdf" android:launchMode="singleTop" android:name="com.mycompany.app.image.ImageViewPdf" android:theme="@style/ViewerTheme" android:windowSoftInputMode="adjustNothing">
|
|
<intent-filter>
|
|
<action android:name="android.intent.action.VIEW"/>
|
|
<category android:name="android.intent.category.DEFAULT"/>
|
|
<data android:scheme="file"/>
|
|
<data android:scheme="content"/>
|
|
<data android:mimeType="application/pdf"/>
|
|
</intent-filter>
|
|
</activity>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:exported="true" android:launchMode="singleTop" android:name="com.mycompany.app.web.WebViewActivity" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:theme="@style/SplashTheme" android:windowSoftInputMode="adjustNothing">
|
|
<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="file"/>
|
|
<data android:scheme="content"/>
|
|
<data android:mimeType="text/html"/>
|
|
</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="file"/>
|
|
<data android:scheme="content"/>
|
|
<data android:host="*"/>
|
|
<data android:pathPattern=".*\\.mht"/>
|
|
<data android:pathPattern=".*\\.mhtml"/>
|
|
</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="file"/>
|
|
<data android:scheme="content"/>
|
|
<data android:mimeType="*/*"/>
|
|
<data android:host="*"/>
|
|
<data android:pathPattern=".*\\.mht"/>
|
|
<data android:pathPattern=".*\\.mhtml"/>
|
|
</intent-filter>
|
|
<meta-data android:name="android.app.shortcuts" android:resource="@xml/shortcuts"/>
|
|
</activity>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:exported="true" android:launchMode="singleTask" android:name="com.mycompany.app.web.WebLauncher" android:theme="@style/TranslucentTheme">
|
|
<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="http"/>
|
|
<data android:scheme="https"/>
|
|
</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="http"/>
|
|
<data android:scheme="https"/>
|
|
<data android:mimeType="*/*"/>
|
|
</intent-filter>
|
|
<intent-filter>
|
|
<action android:name="android.intent.action.WEB_SEARCH"/>
|
|
<category android:name="android.intent.category.DEFAULT"/>
|
|
<category android:name="android.intent.category.BROWSABLE"/>
|
|
</intent-filter>
|
|
<intent-filter>
|
|
<action android:name="android.intent.action.SEND"/>
|
|
<category android:name="android.intent.category.DEFAULT"/>
|
|
<category android:name="android.intent.category.BROWSABLE"/>
|
|
<data android:mimeType="text/plain"/>
|
|
</intent-filter>
|
|
</activity>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:exported="true" android:launchMode="singleTask" android:name="com.mycompany.app.web.WebShortcut" android:theme="@style/TranslucentTheme">
|
|
<intent-filter>
|
|
<action android:name="android.intent.action.VIEW"/>
|
|
</intent-filter>
|
|
</activity>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTask" android:name="com.mycompany.app.web.WebShortTab" android:theme="@style/TranslucentTheme"/>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:exported="true" android:label="@string/photo_editor" android:launchMode="singleTop" android:name="com.mycompany.app.editor.EditorActivity" android:theme="@style/ViewerTheme" android:windowSoftInputMode="adjustNothing">
|
|
<intent-filter>
|
|
<action android:name="android.intent.action.EDIT"/>
|
|
<category android:name="android.intent.category.DEFAULT"/>
|
|
<data android:scheme="file"/>
|
|
<data android:scheme="content"/>
|
|
<data android:mimeType="image/*"/>
|
|
</intent-filter>
|
|
</activity>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:exported="true" android:label="@string/video" android:launchMode="singleTask" android:name="com.mycompany.app.video.VideoActivity" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:theme="@style/PlayerTheme" android:windowSoftInputMode="adjustNothing">
|
|
<intent-filter>
|
|
<action android:name="android.intent.action.VIEW"/>
|
|
<category android:name="android.intent.category.DEFAULT"/>
|
|
<data android:scheme="file"/>
|
|
<data android:scheme="content"/>
|
|
<data android:mimeType="video/*"/>
|
|
</intent-filter>
|
|
</activity>
|
|
<service android:exported="true" android:foregroundServiceType="systemExempted" android:name="com.mycompany.app.vpn.VpnSvc" android:permission="android.permission.BIND_VPN_SERVICE">
|
|
<intent-filter>
|
|
<action android:name="android.net.VpnService"/>
|
|
</intent-filter>
|
|
</service>
|
|
<service android:exported="false" android:foregroundServiceType="dataSync" android:name="com.mycompany.app.warp.WarpProxySvc"/>
|
|
<provider android:authorities="net.kaki87.soul2.testing.warpinit" android:exported="false" android:initOrder="100" android:name="com.mycompany.app.warp.WarpInitProvider"/>
|
|
<activity android:exported="true" android:launchMode="singleTask" android:name="com.mycompany.app.cast.ExpandedControlsActivity" android:theme="@style/Theme.CastVideosDark">
|
|
<intent-filter>
|
|
<action android:name="android.intent.action.MAIN"/>
|
|
</intent-filter>
|
|
<meta-data android:name="android.support.PARENT_ACTIVITY" android:value="com.mycompany.app.web.WebViewActivity"/>
|
|
</activity>
|
|
<meta-data android:name="com.google.android.gms.cast.framework.OPTIONS_PROVIDER_CLASS_NAME" android:value="com.mycompany.app.cast.CastOptionsProvider"/>
|
|
<service android:exported="true" android:name="com.mycompany.app.widget.WidgetBookServiceLight" android:permission="android.permission.BIND_REMOTEVIEWS"/>
|
|
<service android:exported="true" android:name="com.mycompany.app.widget.WidgetBookServiceDark" android:permission="android.permission.BIND_REMOTEVIEWS"/>
|
|
<receiver android:exported="true" android:label="@string/bookmark" android:name="com.mycompany.app.widget.WidgetBookProviderLight">
|
|
<intent-filter>
|
|
<action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
|
|
<action android:name="net.kaki87.soul2.testing.ACTION_BOOKGET_UPDATE"/>
|
|
</intent-filter>
|
|
<meta-data android:name="android.appwidget.provider" android:resource="@xml/widget_book_info_light"/>
|
|
</receiver>
|
|
<receiver android:exported="true" android:label="@string/bookmark" android:name="com.mycompany.app.widget.WidgetBookProviderDark">
|
|
<intent-filter>
|
|
<action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
|
|
<action android:name="net.kaki87.soul2.testing.ACTION_BOOKGET_UPDATE"/>
|
|
</intent-filter>
|
|
<meta-data android:name="android.appwidget.provider" android:resource="@xml/widget_book_info_dark"/>
|
|
</receiver>
|
|
<receiver android:exported="true" android:label="@string/search_url" android:name="com.mycompany.app.widget.WidgetSearchProviderLight">
|
|
<intent-filter>
|
|
<action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
|
|
<action android:name="net.kaki87.soul2.testing.ACTION_SRCHGET_UPDATE"/>
|
|
</intent-filter>
|
|
<meta-data android:name="android.appwidget.provider" android:resource="@xml/widget_search_info_light"/>
|
|
</receiver>
|
|
<receiver android:exported="true" android:label="@string/search_url" android:name="com.mycompany.app.widget.WidgetSearchProviderDark">
|
|
<intent-filter>
|
|
<action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
|
|
<action android:name="net.kaki87.soul2.testing.ACTION_SRCHGET_UPDATE"/>
|
|
</intent-filter>
|
|
<meta-data android:name="android.appwidget.provider" android:resource="@xml/widget_search_info_dark"/>
|
|
</receiver>
|
|
<activity android:configChanges="fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTask" android:name="com.mycompany.app.widget.WidgetSearchActivity" android:theme="@style/SplashTheme" android:windowSoftInputMode="adjustResize"/>
|
|
<provider android:authorities="net.kaki87.soul2.testing.fileprovider" android:exported="false" android:grantUriPermissions="true" android:name="androidx.core.content.FileProvider">
|
|
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths"/>
|
|
</provider>
|
|
<service android:enabled="false" android:exported="false" android:name="androidx.appcompat.app.AppLocalesMetadataHolderService">
|
|
<meta-data android:name="autoStoreLocales" android:value="true"/>
|
|
</service>
|
|
<service android:enabled="true" android:exported="false" android:name="androidx.credentials.playservices.CredentialProviderMetadataHolder">
|
|
<meta-data android:name="androidx.credentials.CREDENTIAL_PROVIDER_KEY" android:value="androidx.credentials.playservices.CredentialProviderPlayServicesImpl"/>
|
|
</service>
|
|
<activity android:configChanges="keyboardHidden|orientation|screenLayout|screenSize" android:enabled="true" android:exported="false" android:fitsSystemWindows="true" android:name="androidx.credentials.playservices.HiddenActivity" android:theme="@style/Theme.Hidden"/>
|
|
<activity android:configChanges="keyboardHidden|orientation|screenLayout|screenSize" android:enabled="true" android:exported="false" android:fitsSystemWindows="true" android:name="androidx.credentials.playservices.IdentityCredentialApiHiddenActivity" android:theme="@style/Theme.Hidden"/>
|
|
<receiver android:exported="false" android:name="com.google.android.gms.cast.framework.media.MediaIntentReceiver"/>
|
|
<service android:exported="false" android:name="com.google.android.gms.cast.framework.ReconnectionService"/>
|
|
<activity android:exported="false" android:name="com.google.mlkit.vision.codescanner.internal.GmsBarcodeScanningDelegateActivity" android:screenOrientation="portrait"/>
|
|
<service android:directBootAware="true" android:exported="false" android:name="com.google.mlkit.common.internal.MlKitComponentDiscoveryService">
|
|
<meta-data android:name="com.google.firebase.components:com.google.mlkit.vision.text.internal.TextRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
|
|
<meta-data android:name="com.google.firebase.components:com.google.mlkit.vision.common.internal.VisionCommonRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
|
|
<meta-data android:name="com.google.firebase.components:com.google.mlkit.common.internal.CommonComponentRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
|
|
</service>
|
|
<provider android:authorities="net.kaki87.soul2.testing.mlkitinitprovider" android:exported="false" android:initOrder="99" android:name="com.google.mlkit.common.internal.MlKitInitProvider"/>
|
|
<meta-data android:name="com.bumptech.glide.integration.webp.WebpGlideModule" android:value="GlideModule"/>
|
|
<activity android:exported="false" android:name="com.google.android.gms.common.api.GoogleApiActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
|
|
<provider android:authorities="net.kaki87.soul2.testing.androidx-startup" android:exported="false" android:name="androidx.startup.InitializationProvider">
|
|
<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"/>
|
|
<meta-data android:name="okhttp3.internal.platform.PlatformInitializer" android:value="androidx.startup"/>
|
|
</provider>
|
|
<service android:directBootAware="false" android:enabled="@bool/enable_system_alarm_service_default" android:exported="false" android:name="androidx.work.impl.background.systemalarm.SystemAlarmService"/>
|
|
<service android:directBootAware="false" android:enabled="@bool/enable_system_job_service_default" android:exported="true" android:name="androidx.work.impl.background.systemjob.SystemJobService" android:permission="android.permission.BIND_JOB_SERVICE"/>
|
|
<service android:directBootAware="false" android:enabled="@bool/enable_system_foreground_service_default" android:exported="false" android:name="androidx.work.impl.foreground.SystemForegroundService"/>
|
|
<receiver android:directBootAware="false" android:enabled="true" android:exported="false" android:name="androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver"/>
|
|
<receiver android:directBootAware="false" android:enabled="false" android:exported="false" android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy">
|
|
<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:directBootAware="false" android:enabled="false" android:exported="false" android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy">
|
|
<intent-filter>
|
|
<action android:name="android.intent.action.BATTERY_OKAY"/>
|
|
<action android:name="android.intent.action.BATTERY_LOW"/>
|
|
</intent-filter>
|
|
</receiver>
|
|
<receiver android:directBootAware="false" android:enabled="false" android:exported="false" android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy">
|
|
<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:directBootAware="false" android:enabled="false" android:exported="false" android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy">
|
|
<intent-filter>
|
|
<action android:name="android.net.conn.CONNECTIVITY_CHANGE"/>
|
|
</intent-filter>
|
|
</receiver>
|
|
<receiver android:directBootAware="false" android:enabled="false" android:exported="false" android:name="androidx.work.impl.background.systemalarm.RescheduleReceiver">
|
|
<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:directBootAware="false" android:enabled="@bool/enable_system_alarm_service_default" android:exported="false" android:name="androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver">
|
|
<intent-filter>
|
|
<action android:name="androidx.work.impl.background.systemalarm.UpdateProxies"/>
|
|
</intent-filter>
|
|
</receiver>
|
|
<receiver android:directBootAware="false" android:enabled="true" android:exported="true" android:name="androidx.work.impl.diagnostics.DiagnosticsReceiver" android:permission="android.permission.DUMP">
|
|
<intent-filter>
|
|
<action android:name="androidx.work.diagnostics.REQUEST_DIAGNOSTICS"/>
|
|
</intent-filter>
|
|
</receiver>
|
|
<receiver android:directBootAware="false" android:enabled="true" android:exported="true" android:name="androidx.profileinstaller.ProfileInstallReceiver" android:permission="android.permission.DUMP">
|
|
<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:exported="false" android:name="com.google.android.datatransport.runtime.backends.TransportBackendDiscovery">
|
|
<meta-data android:name="backend:com.google.android.datatransport.cct.CctBackendFactory" android:value="cct"/>
|
|
</service>
|
|
<service android:exported="false" android:name="com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService" android:permission="android.permission.BIND_JOB_SERVICE"/>
|
|
<receiver android:exported="false" android:name="com.google.android.datatransport.runtime.scheduling.jobscheduling.AlarmManagerSchedulerBroadcastReceiver"/>
|
|
<service android:directBootAware="true" android:exported="false" android:name="androidx.room.MultiInstanceInvalidationService"/>
|
|
</application>
|
|
</manifest> |