Guest User

Google Chrome manifest

a guest
Oct 15th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 81.27 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" standalone="no"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.chrome" platformBuildVersionCode="26" platformBuildVersionName="8.0.0">
  2. <uses-feature android:glEsVersion="0x00020000"/>
  3. <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
  4. <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
  5. <uses-permission-sdk-23 android:name="android.permission.ACCESS_WIFI_STATE"/>
  6. <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
  7. <uses-permission-sdk-m android:name="android.permission.BLUETOOTH"/>
  8. <uses-permission-sdk-m android:name="android.permission.BLUETOOTH_ADMIN"/>
  9. <uses-permission-sdk-m android:name="android.permission.REORDER_TASKS"/>
  10. <uses-permission-sdk-m android:name="android.permission.REQUEST_INSTALL_PACKAGES"/>
  11. <uses-permission android:name="android.permission.CAMERA"/>
  12. <uses-permission android:name="android.permission.DOWNLOAD_WITHOUT_NOTIFICATION"/>
  13. <uses-permission android:name="android.permission.GET_ACCOUNTS"/>
  14. <uses-permission android:name="android.permission.INTERNET"/>
  15. <uses-permission android:name="android.permission.MANAGE_ACCOUNTS"/>
  16. <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"/>
  17. <uses-permission android:name="android.permission.NFC"/>
  18. <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
  19. <uses-permission android:name="android.permission.READ_SYNC_SETTINGS"/>
  20. <uses-permission android:name="android.permission.READ_SYNC_STATS"/>
  21. <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
  22. <uses-permission android:name="android.permission.RECORD_AUDIO"/>
  23. <uses-permission android:name="android.permission.USE_CREDENTIALS"/>
  24. <uses-permission android:name="android.permission.VIBRATE"/>
  25. <uses-permission android:name="android.permission.WAKE_LOCK"/>
  26. <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
  27. <uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS"/>
  28. <uses-feature android:name="android.software.vr.mode" android:required="false"/>
  29. <uses-feature android:name="android.hardware.vr.high_performance" android:required="false"/>
  30. <permission android:name="com.android.chrome.permission.CHILD_SERVICE" android:protectionLevel="signature"/>
  31. <permission android:name="com.android.chrome.permission.READ_WRITE_BOOKMARK_FOLDERS" android:protectionLevel="signatureOrSystem"/>
  32. <permission android:name="com.android.chrome.TOS_ACKED" android:protectionLevel="signatureOrSystem"/>
  33. <permission android:name="com.android.chrome.permission.C2D_MESSAGE" android:protectionLevel="signature"/>
  34. <permission android:label="Debug web pages" android:name="com.android.chrome.permission.DEBUG" android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS" android:protectionLevel="signature"/>
  35. <uses-permission android:name="com.android.chrome.permission.C2D_MESSAGE"/>
  36. <uses-permission android:name="com.android.chrome.permission.READ_WRITE_BOOKMARK_FOLDERS"/>
  37. <uses-permission android:name="com.android.chrome.TOS_ACKED"/>
  38. <uses-permission android:name="com.chrome.permission.DEVICE_EXTRAS"/>
  39. <uses-permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS"/>
  40. <uses-permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"/>
  41. <uses-permission android:name="com.google.android.c2dm.permission.RECEIVE"/>
  42. <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT"/>
  43. <uses-permission android:name="com.google.android.apps.now.CURRENT_ACCOUNT_ACCESS"/>
  44. <uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/>
  45. <uses-permission android:name="com.sec.enterprise.knox.MDM_CONTENT_PROVIDER"/>
  46. <uses-feature android:name="android.hardware.location.gps" android:required="false"/>
  47. <uses-feature android:name="android.hardware.camera" android:required="false"/>
  48. <uses-feature android:name="android.hardware.microphone" android:required="false"/>
  49. <uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
  50. <application android:allowBackup="true" android:backupAgent="org.chromium.chrome.browser.ChromeBackupAgent" android:extractNativeLibs="false" android:fullBackupOnly="false" android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:largeHeap="false" android:manageSpaceActivity="@string/manage_space_activity" android:multiArch="true" android:name="org.chromium.chrome.browser.MonochromeApplication" android:networkSecurityConfig="@xml/network_security_config" android:restoreAnyVersion="true" android:roundIcon="@drawable/ic_launcher_round" android:supportsRtl="true" android:use32bitAbi="true">
  51. <meta-data android:name="com.samsung.android.sdk.multiwindow.enable" android:value="true"/>
  52. <meta-data android:name="com.samsung.android.sdk.multiwindow.multiinstance.enable" android:value="true"/>
  53. <meta-data android:name="com.samsung.android.sdk.multiwindow.multiinstance.launchmode" android:value="singleTask"/>
  54. <meta-data android:name="com.samsung.android.sdk.multiwindow.penwindow.enable" android:value="true"/>
  55. <meta-data android:name="com.google.android.backup.api_key" android:value="AEdPqrEAAAAIf0B-GSVFi13Dd76NesRCxr7L1J1lxSqIc46ApA"/>
  56. <meta-data android:name="android.content.APP_RESTRICTIONS" android:resource="@xml/app_restrictions"/>
  57. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" android:excludeFromRecents="true" android:name="org.chromium.chrome.browser.document.ChromeLauncherActivity" android:relinquishTaskIdentity="true" android:taskAffinity="" android:theme="@style/LauncherTheme"/>
  58. <activity-alias android:exported="true" android:name="com.google.android.apps.chrome.Main" android:targetActivity="org.chromium.chrome.browser.document.ChromeLauncherActivity">
  59. <intent-filter>
  60. <action android:name="android.intent.action.MAIN"/>
  61. <category android:name="android.intent.category.DEFAULT"/>
  62. <category android:name="android.intent.category.LAUNCHER"/>
  63. <category android:name="android.intent.category.BROWSABLE"/>
  64. <category android:name="android.intent.category.APP_BROWSER"/>
  65. <category android:name="android.intent.category.NOTIFICATION_PREFERENCES"/>
  66. </intent-filter>
  67. <intent-filter>
  68. <action android:name="android.intent.action.VIEW"/>
  69. <category android:name="android.intent.category.DEFAULT"/>
  70. <category android:name="android.intent.category.BROWSABLE"/>
  71. <data android:scheme="googlechrome"/>
  72. <data android:scheme="http"/>
  73. <data android:scheme="https"/>
  74. <data android:scheme="about"/>
  75. <data android:scheme="javascript"/>
  76. </intent-filter>
  77. <intent-filter>
  78. <action android:name="android.intent.action.VIEW"/>
  79. <category android:name="android.intent.category.DEFAULT"/>
  80. <category android:name="android.intent.category.BROWSABLE"/>
  81. <data android:scheme="googlechrome"/>
  82. <data android:scheme="http"/>
  83. <data android:scheme="https"/>
  84. <data android:scheme="about"/>
  85. <data android:scheme="content"/>
  86. <data android:scheme="javascript"/>
  87. <data android:mimeType="text/html"/>
  88. <data android:mimeType="text/plain"/>
  89. <data android:mimeType="application/xhtml+xml"/>
  90. </intent-filter>
  91. <intent-filter>
  92. <action android:name="android.intent.action.VIEW"/>
  93. <category android:name="android.intent.category.DEFAULT"/>
  94. <data android:scheme="file"/>
  95. <data android:scheme="content"/>
  96. <data android:mimeType="multipart/related"/>
  97. </intent-filter>
  98. <intent-filter>
  99. <action android:name="android.intent.action.VIEW"/>
  100. <category android:name="android.intent.category.DEFAULT"/>
  101. <category android:name="android.intent.category.BROWSABLE"/>
  102. <data android:scheme="file"/>
  103. <data android:scheme="content"/>
  104. <data android:host="*"/>
  105. <data android:pathPattern="/.*\\.mhtml"/>
  106. <data android:pathPattern="/.*\\.mht"/>
  107. </intent-filter>
  108. <intent-filter>
  109. <action android:name="android.intent.action.VIEW"/>
  110. <category android:name="android.intent.category.DEFAULT"/>
  111. <category android:name="android.intent.category.BROWSABLE"/>
  112. <data android:scheme="file"/>
  113. <data android:scheme="content"/>
  114. <data android:host="*"/>
  115. <data android:mimeType="*/*"/>
  116. <data android:pathPattern="/.*\\.mhtml"/>
  117. <data android:pathPattern="/.*\\.mht"/>
  118. </intent-filter>
  119. <intent-filter>
  120. <action android:name="android.intent.action.MEDIA_SEARCH"/>
  121. <category android:name="android.intent.category.DEFAULT"/>
  122. </intent-filter>
  123. <intent-filter>
  124. <action android:name="android.speech.action.VOICE_SEARCH_RESULTS"/>
  125. <category android:name="android.intent.category.DEFAULT"/>
  126. </intent-filter>
  127. <intent-filter>
  128. <action android:name="android.nfc.action.NDEF_DISCOVERED"/>
  129. <category android:name="android.intent.category.DEFAULT"/>
  130. <data android:scheme="http"/>
  131. <data android:scheme="https"/>
  132. </intent-filter>
  133. <intent-filter>
  134. <action android:name="android.intent.action.SEARCH"/>
  135. </intent-filter>
  136. <intent-filter>
  137. <action android:name="com.sec.android.airview.HOVER"/>
  138. </intent-filter>
  139. <meta-data android:name="android.app.searchable" android:resource="@xml/searchable"/>
  140. <meta-data android:name="android.app.shortcuts" android:resource="@xml/launchershortcuts"/>
  141. <intent-filter>
  142. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  143. <category android:name="com.google.intent.category.DAYDREAM"/>
  144. <category android:name="com.google.intent.category.CARDBOARD"/>
  145. </intent-filter>
  146. </activity-alias>
  147. <activity android:excludeFromRecents="true" android:exported="false" android:name="org.chromium.chrome.browser.LauncherShortcutActivity" android:taskAffinity="" android:theme="@android:style/Theme.NoDisplay"/>
  148. <activity android:autoRemoveFromRecents="false" android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" android:excludeFromRecents="true" android:hardwareAccelerated="false" android:launchMode="singleInstance" android:name="org.chromium.chrome.browser.upgrade.UpgradeActivity" android:persistableMode="persistNever" android:taskAffinity="" android:theme="@style/MainTheme" android:windowSoftInputMode="adjustResize"/>
  149. <service android:exported="false" android:name="org.chromium.chrome.browser.upgrade.UpgradeIntentService"/>
  150. <receiver android:exported="false" android:name="org.chromium.chrome.browser.upgrade.PackageReplacedBroadcastReceiver">
  151. <intent-filter>
  152. <action android:name="android.intent.action.MY_PACKAGE_REPLACED"/>
  153. </intent-filter>
  154. </receiver>
  155. <activity android:autoRemoveFromRecents="false" android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:exported="false" android:hardwareAccelerated="false" android:name="org.chromium.chrome.browser.document.DocumentActivity" android:persistableMode="persistAcrossReboots" android:taskAffinity="" android:theme="@style/MainTheme" android:windowSoftInputMode="adjustResize"/>
  156. <activity-alias android:exported="false" android:name="com.google.android.apps.chrome.document.DocumentActivity" android:targetActivity="org.chromium.chrome.browser.document.DocumentActivity"/>
  157. <activity android:autoRemoveFromRecents="false" android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:exported="false" android:hardwareAccelerated="false" android:icon="@mipmap/incognito_app_icon" android:name="org.chromium.chrome.browser.document.IncognitoDocumentActivity" android:persistableMode="persistNever" android:taskAffinity="" android:theme="@style/IncognitoTheme" android:windowSoftInputMode="adjustResize"/>
  158. <activity-alias android:exported="false" android:name="com.google.android.apps.chrome.document.IncognitoDocumentActivity" android:targetActivity="org.chromium.chrome.browser.document.IncognitoDocumentActivity"/>
  159. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:exported="false" android:hardwareAccelerated="false" android:name="org.chromium.chrome.browser.customtabs.CustomTabActivity" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:theme="@style/MainTheme" android:windowSoftInputMode="adjustResize">
  160. <intent-filter>
  161. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  162. <category android:name="com.google.intent.category.DAYDREAM"/>
  163. <category android:name="com.google.intent.category.CARDBOARD"/>
  164. </intent-filter>
  165. </activity>
  166. <activity android:autoRemoveFromRecents="false" android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:exported="false" android:hardwareAccelerated="false" android:name="org.chromium.chrome.browser.customtabs.SeparateTaskCustomTabActivity" android:persistableMode="persistNever" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:taskAffinity="" android:theme="@style/MainTheme" android:windowSoftInputMode="adjustResize">
  167. <intent-filter>
  168. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  169. <category android:name="com.google.intent.category.DAYDREAM"/>
  170. <category android:name="com.google.intent.category.CARDBOARD"/>
  171. </intent-filter>
  172. </activity>
  173. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:exported="false" android:hardwareAccelerated="false" android:icon="@mipmap/app_single_page_icon" android:launchMode="singleTask" android:name="org.chromium.chrome.browser.customtabs.SeparateTaskCustomTabActivity0" android:persistableMode="persistNever" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:taskAffinity="" android:theme="@style/MainTheme" android:windowSoftInputMode="adjustResize">
  174. <intent-filter>
  175. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  176. <category android:name="com.google.intent.category.DAYDREAM"/>
  177. <category android:name="com.google.intent.category.CARDBOARD"/>
  178. </intent-filter>
  179. </activity>
  180. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:exported="false" android:hardwareAccelerated="false" android:icon="@mipmap/app_single_page_icon" android:launchMode="singleTask" android:name="org.chromium.chrome.browser.customtabs.SeparateTaskCustomTabActivity1" android:persistableMode="persistNever" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:taskAffinity="" android:theme="@style/MainTheme" android:windowSoftInputMode="adjustResize">
  181. <intent-filter>
  182. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  183. <category android:name="com.google.intent.category.DAYDREAM"/>
  184. <category android:name="com.google.intent.category.CARDBOARD"/>
  185. </intent-filter>
  186. </activity>
  187. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:exported="false" android:hardwareAccelerated="false" android:icon="@mipmap/app_single_page_icon" android:launchMode="singleTask" android:name="org.chromium.chrome.browser.customtabs.SeparateTaskCustomTabActivity2" android:persistableMode="persistNever" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:taskAffinity="" android:theme="@style/MainTheme" android:windowSoftInputMode="adjustResize">
  188. <intent-filter>
  189. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  190. <category android:name="com.google.intent.category.DAYDREAM"/>
  191. <category android:name="com.google.intent.category.CARDBOARD"/>
  192. </intent-filter>
  193. </activity>
  194. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:exported="false" android:hardwareAccelerated="false" android:icon="@mipmap/app_single_page_icon" android:launchMode="singleTask" android:name="org.chromium.chrome.browser.customtabs.SeparateTaskCustomTabActivity3" android:persistableMode="persistNever" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:taskAffinity="" android:theme="@style/MainTheme" android:windowSoftInputMode="adjustResize">
  195. <intent-filter>
  196. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  197. <category android:name="com.google.intent.category.DAYDREAM"/>
  198. <category android:name="com.google.intent.category.CARDBOARD"/>
  199. </intent-filter>
  200. </activity>
  201. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:exported="false" android:hardwareAccelerated="false" android:icon="@mipmap/app_single_page_icon" android:launchMode="singleTask" android:name="org.chromium.chrome.browser.customtabs.SeparateTaskCustomTabActivity4" android:persistableMode="persistNever" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:taskAffinity="" android:theme="@style/MainTheme" android:windowSoftInputMode="adjustResize">
  202. <intent-filter>
  203. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  204. <category android:name="com.google.intent.category.DAYDREAM"/>
  205. <category android:name="com.google.intent.category.CARDBOARD"/>
  206. </intent-filter>
  207. </activity>
  208. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:exported="false" android:hardwareAccelerated="false" android:icon="@mipmap/app_single_page_icon" android:launchMode="singleTask" android:name="org.chromium.chrome.browser.customtabs.SeparateTaskCustomTabActivity5" android:persistableMode="persistNever" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:taskAffinity="" android:theme="@style/MainTheme" android:windowSoftInputMode="adjustResize">
  209. <intent-filter>
  210. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  211. <category android:name="com.google.intent.category.DAYDREAM"/>
  212. <category android:name="com.google.intent.category.CARDBOARD"/>
  213. </intent-filter>
  214. </activity>
  215. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:exported="false" android:hardwareAccelerated="false" android:icon="@mipmap/app_single_page_icon" android:launchMode="singleTask" android:name="org.chromium.chrome.browser.customtabs.SeparateTaskCustomTabActivity6" android:persistableMode="persistNever" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:taskAffinity="" android:theme="@style/MainTheme" android:windowSoftInputMode="adjustResize">
  216. <intent-filter>
  217. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  218. <category android:name="com.google.intent.category.DAYDREAM"/>
  219. <category android:name="com.google.intent.category.CARDBOARD"/>
  220. </intent-filter>
  221. </activity>
  222. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:exported="false" android:hardwareAccelerated="false" android:icon="@mipmap/app_single_page_icon" android:launchMode="singleTask" android:name="org.chromium.chrome.browser.customtabs.SeparateTaskCustomTabActivity7" android:persistableMode="persistNever" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:taskAffinity="" android:theme="@style/MainTheme" android:windowSoftInputMode="adjustResize">
  223. <intent-filter>
  224. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  225. <category android:name="com.google.intent.category.DAYDREAM"/>
  226. <category android:name="com.google.intent.category.CARDBOARD"/>
  227. </intent-filter>
  228. </activity>
  229. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:exported="false" android:hardwareAccelerated="false" android:icon="@mipmap/app_single_page_icon" android:launchMode="singleTask" android:name="org.chromium.chrome.browser.customtabs.SeparateTaskCustomTabActivity8" android:persistableMode="persistNever" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:taskAffinity="" android:theme="@style/MainTheme" android:windowSoftInputMode="adjustResize">
  230. <intent-filter>
  231. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  232. <category android:name="com.google.intent.category.DAYDREAM"/>
  233. <category android:name="com.google.intent.category.CARDBOARD"/>
  234. </intent-filter>
  235. </activity>
  236. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:exported="false" android:hardwareAccelerated="false" android:icon="@mipmap/app_single_page_icon" android:launchMode="singleTask" android:name="org.chromium.chrome.browser.customtabs.SeparateTaskCustomTabActivity9" android:persistableMode="persistNever" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:taskAffinity="" android:theme="@style/MainTheme" android:windowSoftInputMode="adjustResize">
  237. <intent-filter>
  238. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  239. <category android:name="com.google.intent.category.DAYDREAM"/>
  240. <category android:name="com.google.intent.category.CARDBOARD"/>
  241. </intent-filter>
  242. </activity>
  243. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:exported="false" android:hardwareAccelerated="false" android:launchMode="singleTask" android:name="org.chromium.chrome.browser.ChromeTabbedActivity" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:theme="@style/TabbedModeTheme" android:windowSoftInputMode="adjustResize">
  244. <intent-filter>
  245. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  246. <category android:name="com.google.intent.category.DAYDREAM"/>
  247. <category android:name="com.google.intent.category.CARDBOARD"/>
  248. </intent-filter>
  249. </activity>
  250. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:exported="false" android:hardwareAccelerated="false" android:launchMode="singleTask" android:name="org.chromium.chrome.browser.ChromeTabbedActivity2" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:taskAffinity="com.android.chrome.ChromeTabbedActivity2" android:theme="@style/TabbedModeTheme" android:windowSoftInputMode="adjustResize">
  251. <intent-filter>
  252. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  253. <category android:name="com.google.intent.category.DAYDREAM"/>
  254. <category android:name="com.google.intent.category.CARDBOARD"/>
  255. </intent-filter>
  256. </activity>
  257. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:exported="false" android:hardwareAccelerated="false" android:name="org.chromium.chrome.browser.multiwindow.MultiInstanceChromeTabbedActivity" android:theme="@style/TabbedModeTheme" android:windowSoftInputMode="adjustResize"/>
  258. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:exported="false" android:hardwareAccelerated="false" android:name="org.chromium.chrome.browser.FullscreenActivity" android:noHistory="true" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:theme="@style/MainTheme" android:windowSoftInputMode="adjustResize"/>
  259. <activity android:autoRemoveFromRecents="true" android:name="org.chromium.chrome.browser.sync.ui.PassphraseActivity" android:theme="@style/MainTheme"/>
  260. <activity android:autoRemoveFromRecents="true" android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" android:launchMode="singleInstance" android:name="org.chromium.chrome.browser.firstrun.LightweightFirstRunActivity" android:theme="@style/SimpleDialog" android:windowSoftInputMode="adjustPan|stateHidden"/>
  261. <activity android:autoRemoveFromRecents="true" android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" android:excludeFromRecents="true" android:launchMode="singleInstance" android:name="org.chromium.chrome.browser.firstrun.FirstRunActivity" android:theme="@style/DialogWhenLarge" android:windowSoftInputMode="adjustPan|stateHidden"/>
  262. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:enableVrMode="@string/gvr_vr_mode_component" android:excludeFromRecents="true" android:exported="false" android:name="org.chromium.chrome.browser.vr_shell.VrFirstRunActivity" android:theme="@style/VrActivityTheme">
  263. <intent-filter>
  264. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  265. <category android:name="com.google.intent.category.DAYDREAM"/>
  266. <category android:name="com.google.intent.category.CARDBOARD"/>
  267. </intent-filter>
  268. </activity>
  269. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" android:name="org.chromium.chrome.browser.signin.AccountSigninActivity" android:theme="@style/DialogWhenLarge"/>
  270. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" android:exported="false" android:label="@string/preferences" android:name="org.chromium.chrome.browser.preferences.Preferences" android:theme="@style/PreferencesTheme"/>
  271. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" android:exported="false" android:label="@string/storage_management_activity_label" android:name="org.chromium.chrome.browser.preferences.website.ManageSpaceActivity" android:theme="@style/PreferencesTheme"/>
  272. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" android:exported="false" android:name="org.chromium.chrome.browser.bookmarks.BookmarkActivity" android:theme="@style/FullscreenWhiteActivityTheme" android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
  273. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" android:name="org.chromium.chrome.browser.bookmarks.BookmarkAddActivity" android:theme="@style/DialogWhenLarge" android:windowSoftInputMode="stateHidden">
  274. <intent-filter>
  275. <action android:name="com.android.chrome.ADDBOOKMARK"/>
  276. <category android:name="android.intent.category.DEFAULT"/>
  277. </intent-filter>
  278. </activity>
  279. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" android:exported="false" android:label="@string/edit_bookmark" android:name="org.chromium.chrome.browser.bookmarks.BookmarkEditActivity" android:theme="@style/DialogWhenLarge" android:windowSoftInputMode="stateHidden"/>
  280. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" android:exported="false" android:name="org.chromium.chrome.browser.bookmarks.BookmarkAddEditFolderActivity" android:theme="@style/DialogWhenLarge"/>
  281. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" android:exported="false" android:label="@string/bookmark_choose_folder" android:name="org.chromium.chrome.browser.bookmarks.BookmarkFolderSelectActivity" android:theme="@style/DialogWhenLarge" android:windowSoftInputMode="stateAlwaysHidden"/>
  282. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" android:exported="false" android:name="org.chromium.chrome.browser.download.DownloadActivity" android:theme="@style/FullscreenWhiteActivityTheme" android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
  283. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" android:exported="false" android:name="org.chromium.chrome.browser.history.HistoryActivity" android:theme="@style/FullscreenWhiteActivityTheme" android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
  284. <activity android:excludeFromRecents="true" android:name="org.chromium.chrome.browser.webapps.WebappLauncherActivity" android:taskAffinity="" android:theme="@android:style/Theme.NoDisplay">
  285. <intent-filter>
  286. <action android:name="com.google.android.apps.chrome.webapps.WebappManager.ACTION_START_WEBAPP"/>
  287. <category android:name="android.intent.category.DEFAULT"/>
  288. </intent-filter>
  289. <intent-filter>
  290. <action android:name="org.webapk.ACTION_START_WEBAPK"/>
  291. <category android:name="android.intent.category.DEFAULT"/>
  292. </intent-filter>
  293. </activity>
  294. <activity-alias android:name="com.google.android.apps.chrome.webapps.WebappManager" android:targetActivity="org.chromium.chrome.browser.webapps.WebappLauncherActivity"/>
  295. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:documentLaunchMode="intoExisting" android:hardwareAccelerated="false" android:label="@string/webapp_activity_title" android:launchMode="singleTop" android:name="org.chromium.chrome.browser.webapps.WebappActivity" android:persistableMode="persistNever" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:theme="@style/WebappTheme" android:windowSoftInputMode="adjustResize">
  296. <intent-filter>
  297. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  298. <category android:name="com.google.intent.category.DAYDREAM"/>
  299. <category android:name="com.google.intent.category.CARDBOARD"/>
  300. </intent-filter>
  301. </activity>
  302. <activity-alias android:label="@string/webapp_activity_title" android:name="com.google.android.apps.chrome.webapps.WebappActivity" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:targetActivity="org.chromium.chrome.browser.webapps.WebappActivity"/>
  303. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:hardwareAccelerated="false" android:icon="@mipmap/app_shortcut_icon" android:label="@string/webapp_activity_title" android:launchMode="singleTask" android:name="org.chromium.chrome.browser.webapps.WebappActivity0" android:persistableMode="persistNever" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:taskAffinity="com.android.chrome.webapps.WebappActivity0" android:theme="@style/WebappTheme" android:windowSoftInputMode="adjustResize">
  304. <intent-filter>
  305. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  306. <category android:name="com.google.intent.category.DAYDREAM"/>
  307. <category android:name="com.google.intent.category.CARDBOARD"/>
  308. </intent-filter>
  309. </activity>
  310. <activity-alias android:icon="@mipmap/app_shortcut_icon" android:label="@string/webapp_activity_title" android:name="com.google.android.apps.chrome.webapps.WebappActivity0" android:targetActivity="org.chromium.chrome.browser.webapps.WebappActivity0"/>
  311. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:hardwareAccelerated="false" android:icon="@mipmap/app_shortcut_icon" android:label="@string/webapp_activity_title" android:launchMode="singleTask" android:name="org.chromium.chrome.browser.webapps.WebappActivity1" android:persistableMode="persistNever" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:taskAffinity="com.android.chrome.webapps.WebappActivity1" android:theme="@style/WebappTheme" android:windowSoftInputMode="adjustResize">
  312. <intent-filter>
  313. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  314. <category android:name="com.google.intent.category.DAYDREAM"/>
  315. <category android:name="com.google.intent.category.CARDBOARD"/>
  316. </intent-filter>
  317. </activity>
  318. <activity-alias android:icon="@mipmap/app_shortcut_icon" android:label="@string/webapp_activity_title" android:name="com.google.android.apps.chrome.webapps.WebappActivity1" android:targetActivity="org.chromium.chrome.browser.webapps.WebappActivity1"/>
  319. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:hardwareAccelerated="false" android:icon="@mipmap/app_shortcut_icon" android:label="@string/webapp_activity_title" android:launchMode="singleTask" android:name="org.chromium.chrome.browser.webapps.WebappActivity2" android:persistableMode="persistNever" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:taskAffinity="com.android.chrome.webapps.WebappActivity2" android:theme="@style/WebappTheme" android:windowSoftInputMode="adjustResize">
  320. <intent-filter>
  321. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  322. <category android:name="com.google.intent.category.DAYDREAM"/>
  323. <category android:name="com.google.intent.category.CARDBOARD"/>
  324. </intent-filter>
  325. </activity>
  326. <activity-alias android:icon="@mipmap/app_shortcut_icon" android:label="@string/webapp_activity_title" android:name="com.google.android.apps.chrome.webapps.WebappActivity2" android:targetActivity="org.chromium.chrome.browser.webapps.WebappActivity2"/>
  327. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:hardwareAccelerated="false" android:icon="@mipmap/app_shortcut_icon" android:label="@string/webapp_activity_title" android:launchMode="singleTask" android:name="org.chromium.chrome.browser.webapps.WebappActivity3" android:persistableMode="persistNever" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:taskAffinity="com.android.chrome.webapps.WebappActivity3" android:theme="@style/WebappTheme" android:windowSoftInputMode="adjustResize">
  328. <intent-filter>
  329. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  330. <category android:name="com.google.intent.category.DAYDREAM"/>
  331. <category android:name="com.google.intent.category.CARDBOARD"/>
  332. </intent-filter>
  333. </activity>
  334. <activity-alias android:icon="@mipmap/app_shortcut_icon" android:label="@string/webapp_activity_title" android:name="com.google.android.apps.chrome.webapps.WebappActivity3" android:targetActivity="org.chromium.chrome.browser.webapps.WebappActivity3"/>
  335. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:hardwareAccelerated="false" android:icon="@mipmap/app_shortcut_icon" android:label="@string/webapp_activity_title" android:launchMode="singleTask" android:name="org.chromium.chrome.browser.webapps.WebappActivity4" android:persistableMode="persistNever" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:taskAffinity="com.android.chrome.webapps.WebappActivity4" android:theme="@style/WebappTheme" android:windowSoftInputMode="adjustResize">
  336. <intent-filter>
  337. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  338. <category android:name="com.google.intent.category.DAYDREAM"/>
  339. <category android:name="com.google.intent.category.CARDBOARD"/>
  340. </intent-filter>
  341. </activity>
  342. <activity-alias android:icon="@mipmap/app_shortcut_icon" android:label="@string/webapp_activity_title" android:name="com.google.android.apps.chrome.webapps.WebappActivity4" android:targetActivity="org.chromium.chrome.browser.webapps.WebappActivity4"/>
  343. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:hardwareAccelerated="false" android:icon="@mipmap/app_shortcut_icon" android:label="@string/webapp_activity_title" android:launchMode="singleTask" android:name="org.chromium.chrome.browser.webapps.WebappActivity5" android:persistableMode="persistNever" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:taskAffinity="com.android.chrome.webapps.WebappActivity5" android:theme="@style/WebappTheme" android:windowSoftInputMode="adjustResize">
  344. <intent-filter>
  345. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  346. <category android:name="com.google.intent.category.DAYDREAM"/>
  347. <category android:name="com.google.intent.category.CARDBOARD"/>
  348. </intent-filter>
  349. </activity>
  350. <activity-alias android:icon="@mipmap/app_shortcut_icon" android:label="@string/webapp_activity_title" android:name="com.google.android.apps.chrome.webapps.WebappActivity5" android:targetActivity="org.chromium.chrome.browser.webapps.WebappActivity5"/>
  351. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:hardwareAccelerated="false" android:icon="@mipmap/app_shortcut_icon" android:label="@string/webapp_activity_title" android:launchMode="singleTask" android:name="org.chromium.chrome.browser.webapps.WebappActivity6" android:persistableMode="persistNever" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:taskAffinity="com.android.chrome.webapps.WebappActivity6" android:theme="@style/WebappTheme" android:windowSoftInputMode="adjustResize">
  352. <intent-filter>
  353. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  354. <category android:name="com.google.intent.category.DAYDREAM"/>
  355. <category android:name="com.google.intent.category.CARDBOARD"/>
  356. </intent-filter>
  357. </activity>
  358. <activity-alias android:icon="@mipmap/app_shortcut_icon" android:label="@string/webapp_activity_title" android:name="com.google.android.apps.chrome.webapps.WebappActivity6" android:targetActivity="org.chromium.chrome.browser.webapps.WebappActivity6"/>
  359. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:hardwareAccelerated="false" android:icon="@mipmap/app_shortcut_icon" android:label="@string/webapp_activity_title" android:launchMode="singleTask" android:name="org.chromium.chrome.browser.webapps.WebappActivity7" android:persistableMode="persistNever" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:taskAffinity="com.android.chrome.webapps.WebappActivity7" android:theme="@style/WebappTheme" android:windowSoftInputMode="adjustResize">
  360. <intent-filter>
  361. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  362. <category android:name="com.google.intent.category.DAYDREAM"/>
  363. <category android:name="com.google.intent.category.CARDBOARD"/>
  364. </intent-filter>
  365. </activity>
  366. <activity-alias android:icon="@mipmap/app_shortcut_icon" android:label="@string/webapp_activity_title" android:name="com.google.android.apps.chrome.webapps.WebappActivity7" android:targetActivity="org.chromium.chrome.browser.webapps.WebappActivity7"/>
  367. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:hardwareAccelerated="false" android:icon="@mipmap/app_shortcut_icon" android:label="@string/webapp_activity_title" android:launchMode="singleTask" android:name="org.chromium.chrome.browser.webapps.WebappActivity8" android:persistableMode="persistNever" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:taskAffinity="com.android.chrome.webapps.WebappActivity8" android:theme="@style/WebappTheme" android:windowSoftInputMode="adjustResize">
  368. <intent-filter>
  369. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  370. <category android:name="com.google.intent.category.DAYDREAM"/>
  371. <category android:name="com.google.intent.category.CARDBOARD"/>
  372. </intent-filter>
  373. </activity>
  374. <activity-alias android:icon="@mipmap/app_shortcut_icon" android:label="@string/webapp_activity_title" android:name="com.google.android.apps.chrome.webapps.WebappActivity8" android:targetActivity="org.chromium.chrome.browser.webapps.WebappActivity8"/>
  375. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:hardwareAccelerated="false" android:icon="@mipmap/app_shortcut_icon" android:label="@string/webapp_activity_title" android:launchMode="singleTask" android:name="org.chromium.chrome.browser.webapps.WebappActivity9" android:persistableMode="persistNever" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:taskAffinity="com.android.chrome.webapps.WebappActivity9" android:theme="@style/WebappTheme" android:windowSoftInputMode="adjustResize">
  376. <intent-filter>
  377. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  378. <category android:name="com.google.intent.category.DAYDREAM"/>
  379. <category android:name="com.google.intent.category.CARDBOARD"/>
  380. </intent-filter>
  381. </activity>
  382. <activity-alias android:icon="@mipmap/app_shortcut_icon" android:label="@string/webapp_activity_title" android:name="com.google.android.apps.chrome.webapps.WebappActivity9" android:targetActivity="org.chromium.chrome.browser.webapps.WebappActivity9"/>
  383. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:documentLaunchMode="intoExisting" android:hardwareAccelerated="false" android:label="@string/webapp_activity_title" android:launchMode="singleTop" android:name="org.chromium.chrome.browser.webapps.WebApkActivity" android:persistableMode="persistNever" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:theme="@style/WebappTheme" android:windowSoftInputMode="adjustResize">
  384. <intent-filter>
  385. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  386. <category android:name="com.google.intent.category.DAYDREAM"/>
  387. <category android:name="com.google.intent.category.CARDBOARD"/>
  388. </intent-filter>
  389. </activity>
  390. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:hardwareAccelerated="false" android:icon="@mipmap/app_shortcut_icon" android:label="@string/webapp_activity_title" android:launchMode="singleTask" android:name="org.chromium.chrome.browser.webapps.WebApkActivity0" android:persistableMode="persistNever" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:taskAffinity="com.android.chrome.webapps.WebApkActivity0" android:theme="@style/WebappTheme" android:windowSoftInputMode="adjustResize">
  391. <intent-filter>
  392. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  393. <category android:name="com.google.intent.category.DAYDREAM"/>
  394. <category android:name="com.google.intent.category.CARDBOARD"/>
  395. </intent-filter>
  396. </activity>
  397. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:hardwareAccelerated="false" android:icon="@mipmap/app_shortcut_icon" android:label="@string/webapp_activity_title" android:launchMode="singleTask" android:name="org.chromium.chrome.browser.webapps.WebApkActivity1" android:persistableMode="persistNever" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:taskAffinity="com.android.chrome.webapps.WebApkActivity1" android:theme="@style/WebappTheme" android:windowSoftInputMode="adjustResize">
  398. <intent-filter>
  399. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  400. <category android:name="com.google.intent.category.DAYDREAM"/>
  401. <category android:name="com.google.intent.category.CARDBOARD"/>
  402. </intent-filter>
  403. </activity>
  404. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:hardwareAccelerated="false" android:icon="@mipmap/app_shortcut_icon" android:label="@string/webapp_activity_title" android:launchMode="singleTask" android:name="org.chromium.chrome.browser.webapps.WebApkActivity2" android:persistableMode="persistNever" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:taskAffinity="com.android.chrome.webapps.WebApkActivity2" android:theme="@style/WebappTheme" android:windowSoftInputMode="adjustResize">
  405. <intent-filter>
  406. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  407. <category android:name="com.google.intent.category.DAYDREAM"/>
  408. <category android:name="com.google.intent.category.CARDBOARD"/>
  409. </intent-filter>
  410. </activity>
  411. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:hardwareAccelerated="false" android:icon="@mipmap/app_shortcut_icon" android:label="@string/webapp_activity_title" android:launchMode="singleTask" android:name="org.chromium.chrome.browser.webapps.WebApkActivity3" android:persistableMode="persistNever" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:taskAffinity="com.android.chrome.webapps.WebApkActivity3" android:theme="@style/WebappTheme" android:windowSoftInputMode="adjustResize">
  412. <intent-filter>
  413. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  414. <category android:name="com.google.intent.category.DAYDREAM"/>
  415. <category android:name="com.google.intent.category.CARDBOARD"/>
  416. </intent-filter>
  417. </activity>
  418. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:hardwareAccelerated="false" android:icon="@mipmap/app_shortcut_icon" android:label="@string/webapp_activity_title" android:launchMode="singleTask" android:name="org.chromium.chrome.browser.webapps.WebApkActivity4" android:persistableMode="persistNever" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:taskAffinity="com.android.chrome.webapps.WebApkActivity4" android:theme="@style/WebappTheme" android:windowSoftInputMode="adjustResize">
  419. <intent-filter>
  420. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  421. <category android:name="com.google.intent.category.DAYDREAM"/>
  422. <category android:name="com.google.intent.category.CARDBOARD"/>
  423. </intent-filter>
  424. </activity>
  425. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:hardwareAccelerated="false" android:icon="@mipmap/app_shortcut_icon" android:label="@string/webapp_activity_title" android:launchMode="singleTask" android:name="org.chromium.chrome.browser.webapps.WebApkActivity5" android:persistableMode="persistNever" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:taskAffinity="com.android.chrome.webapps.WebApkActivity5" android:theme="@style/WebappTheme" android:windowSoftInputMode="adjustResize">
  426. <intent-filter>
  427. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  428. <category android:name="com.google.intent.category.DAYDREAM"/>
  429. <category android:name="com.google.intent.category.CARDBOARD"/>
  430. </intent-filter>
  431. </activity>
  432. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:hardwareAccelerated="false" android:icon="@mipmap/app_shortcut_icon" android:label="@string/webapp_activity_title" android:launchMode="singleTask" android:name="org.chromium.chrome.browser.webapps.WebApkActivity6" android:persistableMode="persistNever" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:taskAffinity="com.android.chrome.webapps.WebApkActivity6" android:theme="@style/WebappTheme" android:windowSoftInputMode="adjustResize">
  433. <intent-filter>
  434. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  435. <category android:name="com.google.intent.category.DAYDREAM"/>
  436. <category android:name="com.google.intent.category.CARDBOARD"/>
  437. </intent-filter>
  438. </activity>
  439. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:hardwareAccelerated="false" android:icon="@mipmap/app_shortcut_icon" android:label="@string/webapp_activity_title" android:launchMode="singleTask" android:name="org.chromium.chrome.browser.webapps.WebApkActivity7" android:persistableMode="persistNever" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:taskAffinity="com.android.chrome.webapps.WebApkActivity7" android:theme="@style/WebappTheme" android:windowSoftInputMode="adjustResize">
  440. <intent-filter>
  441. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  442. <category android:name="com.google.intent.category.DAYDREAM"/>
  443. <category android:name="com.google.intent.category.CARDBOARD"/>
  444. </intent-filter>
  445. </activity>
  446. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:hardwareAccelerated="false" android:icon="@mipmap/app_shortcut_icon" android:label="@string/webapp_activity_title" android:launchMode="singleTask" android:name="org.chromium.chrome.browser.webapps.WebApkActivity8" android:persistableMode="persistNever" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:taskAffinity="com.android.chrome.webapps.WebApkActivity8" android:theme="@style/WebappTheme" android:windowSoftInputMode="adjustResize">
  447. <intent-filter>
  448. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  449. <category android:name="com.google.intent.category.DAYDREAM"/>
  450. <category android:name="com.google.intent.category.CARDBOARD"/>
  451. </intent-filter>
  452. </activity>
  453. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:hardwareAccelerated="false" android:icon="@mipmap/app_shortcut_icon" android:label="@string/webapp_activity_title" android:launchMode="singleTask" android:name="org.chromium.chrome.browser.webapps.WebApkActivity9" android:persistableMode="persistNever" android:resizeableActivity="true" android:supportsPictureInPicture="true" android:taskAffinity="com.android.chrome.webapps.WebApkActivity9" android:theme="@style/WebappTheme" android:windowSoftInputMode="adjustResize">
  454. <intent-filter>
  455. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  456. <category android:name="com.google.intent.category.DAYDREAM"/>
  457. <category android:name="com.google.intent.category.CARDBOARD"/>
  458. </intent-filter>
  459. </activity>
  460. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" android:excludeFromRecents="true" android:hardwareAccelerated="true" android:label="Chrome.ExpandedControllerActivity" android:launchMode="singleTask" android:name="org.chromium.chrome.browser.media.remote.ExpandedControllerActivity" android:noHistory="true" android:theme="@style/MainTheme"/>
  461. <activity android:excludeFromRecents="true" android:exported="false" android:launchMode="singleInstance" android:name="org.chromium.chrome.browser.BrowserRestartActivity" android:process=":browser_restart_process" android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
  462. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" android:enabled="false" android:excludeFromRecents="true" android:exported="true" android:icon="@drawable/print" android:label="@string/print_share_activity_title" android:name="org.chromium.chrome.browser.printing.PrintShareActivity" android:noHistory="true" android:theme="@android:style/Theme.NoDisplay">
  463. <intent-filter>
  464. <action android:name="android.intent.action.SEND"/>
  465. <category android:name="android.intent.category.DEFAULT"/>
  466. <data android:mimeType="text/plain"/>
  467. </intent-filter>
  468. </activity>
  469. <activity android:excludeFromRecents="true" android:exported="false" android:name="org.chromium.chrome.browser.instantapps.AuthenticatedProxyActivity" android:noHistory="true" android:theme="@android:style/Theme.NoDisplay"/>
  470. <activity android:enableVrMode="@string/gvr_vr_mode_component" android:excludeFromRecents="true" android:exported="false" android:name="org.chromium.chrome.browser.vr_shell.VrCancelAnimationActivity" android:noHistory="true" android:theme="@android:style/Theme.NoDisplay">
  471. <intent-filter>
  472. <action android:name="org.chromium.chrome.browser.dummy.action"/>
  473. <category android:name="com.google.intent.category.DAYDREAM"/>
  474. <category android:name="com.google.intent.category.CARDBOARD"/>
  475. </intent-filter>
  476. </activity>
  477. <service android:exported="false" android:name="org.chromium.chrome.browser.physicalweb.NearbyMessageIntentService"/>
  478. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" android:enabled="false" android:excludeFromRecents="true" android:icon="@drawable/physical_web_notification_large" android:label="@string/physical_web_share_activity_title" android:name="org.chromium.chrome.browser.physicalweb.PhysicalWebShareActivity" android:noHistory="true" android:theme="@android:style/Theme.NoDisplay">
  479. <intent-filter>
  480. <action android:name="android.intent.action.SEND"/>
  481. <category android:name="android.intent.category.DEFAULT"/>
  482. <data android:mimeType="text/plain"/>
  483. </intent-filter>
  484. </activity>
  485. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" android:excludeFromRecents="true" android:label="@string/physical_web_share_entry_title" android:name="org.chromium.chrome.browser.physicalweb.PhysicalWebShareEntryActivity" android:noHistory="true" android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
  486. <service android:exported="false" android:name="org.chromium.chrome.browser.physicalweb.PhysicalWebBroadcastService"/>
  487. <service android:description="@string/decoder_description" android:exported="false" android:isolatedProcess="true" android:name="org.chromium.chrome.browser.photo_picker.DecoderService" android:process=":decoder_service"/>
  488. <provider android:authorities="com.android.chrome.ChromeBrowserProvider;com.android.chrome.browser;com.android.chrome" android:exported="true" android:name="org.chromium.chrome.browser.provider.ChromeBrowserProvider">
  489. <path-permission android:path="/bookmarks/search_suggest_query" android:readPermission="android.permission.GLOBAL_SEARCH"/>
  490. </provider>
  491. <provider android:authorities="com.android.chrome.FileProvider" android:exported="false" android:grantUriPermissions="true" android:name="org.chromium.chrome.browser.util.ChromeFileProvider">
  492. <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths"/>
  493. </provider>
  494. <provider android:authorities="com.android.chrome.SupervisedUserProvider" android:exported="true" android:name="org.chromium.chrome.browser.superviseduser.SupervisedUserContentProvider" android:permission="android.permission.INTERNET"/>
  495. <service android:exported="false" android:name="org.chromium.chrome.browser.invalidation.ChromeBrowserSyncAdapterService">
  496. <intent-filter>
  497. <action android:name="android.content.SyncAdapter"/>
  498. </intent-filter>
  499. <meta-data android:name="android.content.SyncAdapter" android:resource="@xml/syncadapter"/>
  500. </service>
  501. <receiver android:name="org.chromium.chrome.browser.services.AccountsChangedReceiver">
  502. <intent-filter>
  503. <action android:name="android.accounts.LOGIN_ACCOUNTS_CHANGED"/>
  504. </intent-filter>
  505. </receiver>
  506. <service android:exported="false" android:name="org.chromium.chrome.browser.download.DownloadNotificationService"/>
  507. <receiver android:label="@string/bookmark_widget_title" android:name="com.google.android.apps.chrome.appwidget.bookmarks.BookmarkThumbnailWidgetProvider">
  508. <intent-filter>
  509. <action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
  510. <action android:name=".BOOKMARK_APPWIDGET_UPDATE"/>
  511. </intent-filter>
  512. <meta-data android:name="android.appwidget.provider" android:resource="@xml/bookmark_widget_info"/>
  513. </receiver>
  514. <service android:exported="false" android:name="org.chromium.chrome.browser.bookmarkswidget.BookmarkWidgetService" android:permission="android.permission.BIND_REMOTEVIEWS"/>
  515. <receiver android:exported="false" android:name="org.chromium.chrome.browser.bookmarkswidget.BookmarkWidgetProxy"/>
  516. <receiver android:label="@string/search_widget_title" android:name="org.chromium.chrome.browser.searchwidget.SearchWidgetProvider">
  517. <intent-filter>
  518. <action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
  519. </intent-filter>
  520. <intent-filter>
  521. <action android:name="org.chromium.chrome.browser.searchwidget.START_TEXT_QUERY"/>
  522. </intent-filter>
  523. <intent-filter>
  524. <action android:name="org.chromium.chrome.browser.searchwidget.START_VOICE_QUERY"/>
  525. </intent-filter>
  526. <intent-filter>
  527. <action android:name="org.chromium.chrome.browser.searchwidget.UPDATE_ALL_WIDGETS"/>
  528. </intent-filter>
  529. <meta-data android:name="android.appwidget.provider" android:resource="@xml/search_widget_info"/>
  530. </receiver>
  531. <activity android:clearTaskOnLaunch="true" android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" android:excludeFromRecents="true" android:exported="false" android:hardwareAccelerated="false" android:label="Search" android:launchMode="singleTask" android:name="org.chromium.chrome.browser.searchwidget.SearchActivity" android:taskAffinity="" android:theme="@style/SearchActivityTheme" android:windowSoftInputMode="adjustResize"/>
  532. <receiver android:exported="true" android:name="com.google.android.gms.gcm.GcmReceiver" android:permission="com.google.android.c2dm.permission.SEND">
  533. <intent-filter>
  534. <action android:name="com.google.android.c2dm.intent.RECEIVE"/>
  535. <action android:name="com.google.android.c2dm.intent.REGISTRATION"/>
  536. <category android:name="com.android.chrome"/>
  537. </intent-filter>
  538. </receiver>
  539. <service android:exported="true" android:name="com.google.ipc.invalidation.ticl.android2.channel.GcmRegistrationTaskService" android:permission="com.google.android.gms.permission.BIND_NETWORK_TASK_SERVICE">
  540. <intent-filter>
  541. <action android:name="com.google.android.gms.gcm.ACTION_TASK_READY"/>
  542. </intent-filter>
  543. </service>
  544. <service android:exported="false" android:name="com.google.ipc.invalidation.ticl.android2.channel.AndroidInstanceIDListenerService">
  545. <intent-filter>
  546. <action android:name="com.google.android.gms.iid.InstanceID"/>
  547. </intent-filter>
  548. </service>
  549. <service android:exported="false" android:name="org.chromium.chrome.browser.services.gcm.ChromeGcmListenerService">
  550. <intent-filter>
  551. <action android:name="com.google.android.c2dm.intent.RECEIVE"/>
  552. </intent-filter>
  553. </service>
  554. <meta-data android:name="ipc.invalidation.ticl.gcm_upstream_service_class" android:value="org.chromium.chrome.browser.services.gcm.InvalidationGcmUpstreamSender"/>
  555. <service android:exported="false" android:name="org.chromium.chrome.browser.services.gcm.InvalidationGcmUpstreamSender"/>
  556. <meta-data android:name="ipc.invalidation.ticl.listener_service_class" android:value="org.chromium.chrome.browser.invalidation.ChromeInvalidationClientService"/>
  557. <service android:exported="false" android:name="org.chromium.chrome.browser.invalidation.ChromeInvalidationClientService">
  558. <intent-filter>
  559. <action android:name="com.google.ipc.invalidation.AUTH_TOKEN_REQUEST"/>
  560. </intent-filter>
  561. </service>
  562. <service android:exported="false" android:name="com.google.ipc.invalidation.ticl.android2.TiclService"/>
  563. <service android:exported="false" android:name="com.google.ipc.invalidation.ticl.android2.channel.AndroidMessageSenderService"/>
  564. <receiver android:exported="false" android:name="com.google.ipc.invalidation.ticl.android2.AndroidInternalScheduler$AlarmReceiver"/>
  565. <receiver android:exported="false" android:name="com.google.ipc.invalidation.external.client.contrib.AndroidListener$AlarmReceiver"/>
  566. <service android:exported="false" android:name="org.chromium.chrome.browser.notifications.NotificationService"/>
  567. <receiver android:exported="false" android:name="org.chromium.chrome.browser.notifications.NotificationService$Receiver">
  568. <intent-filter>
  569. <action android:name="org.chromium.chrome.browser.notifications.CLICK_NOTIFICATION"/>
  570. <action android:name="org.chromium.chrome.browser.notifications.CLOSE_NOTIFICATION"/>
  571. </intent-filter>
  572. </receiver>
  573. <service android:exported="false" android:name="org.chromium.chrome.browser.notifications.NotificationJobService" android:permission="android.permission.BIND_JOB_SERVICE"/>
  574. <service android:exported="false" android:name="org.chromium.components.background_task_scheduler.BackgroundTaskJobService" android:permission="android.permission.BIND_JOB_SERVICE"/>
  575. <service android:exported="true" android:name="org.chromium.components.background_task_scheduler.BackgroundTaskGcmTaskService" android:permission="com.google.android.gms.permission.BIND_NETWORK_TASK_SERVICE">
  576. <intent-filter>
  577. <action android:name="com.google.android.gms.gcm.ACTION_TASK_READY"/>
  578. </intent-filter>
  579. </service>
  580. <service android:exported="true" android:name="org.chromium.chrome.browser.ChromeBackgroundService" android:permission="com.google.android.gms.permission.BIND_NETWORK_TASK_SERVICE">
  581. <intent-filter>
  582. <action android:name="com.google.android.gms.gcm.ACTION_TASK_READY"/>
  583. </intent-filter>
  584. </service>
  585. <service android:exported="true" android:name="org.chromium.chrome.browser.prerender.ChromePrerenderService"/>
  586. <service android:exported="true" android:name="org.chromium.chrome.browser.customtabs.CustomTabsConnectionService">
  587. <intent-filter>
  588. <action android:name="android.support.customtabs.action.CustomTabsService"/>
  589. </intent-filter>
  590. </service>
  591. <service android:name="android.support.customtabs.PostMessageService"/>
  592. <service android:exported="false" android:name="org.chromium.chrome.browser.crash.ChromeMinidumpUploadJobService" android:permission="android.permission.BIND_JOB_SERVICE"/>
  593. <service android:exported="false" android:name="org.chromium.chrome.browser.crash.MinidumpUploadService"/>
  594. <service android:exported="false" android:name="org.chromium.chrome.browser.omaha.OmahaClient"/>
  595. <service android:exported="false" android:name="org.chromium.chrome.browser.incognito.IncognitoNotificationService"/>
  596. <service android:exported="false" android:name="org.chromium.chrome.browser.webapps.WebApkDisclosureNotificationService"/>
  597. <meta-data android:name="org.chromium.content.browser.NUM_SANDBOXED_SERVICES" android:value="20"/>
  598. <meta-data android:name="org.chromium.content.browser.SANDBOXED_SERVICES_NAME" android:value="org.chromium.content.app.SandboxedProcessService"/>
  599. <service android:exported="true" android:externalService="true" android:isolatedProcess="true" android:name="org.chromium.content.app.SandboxedProcessService0" android:permission="com.android.chrome.permission.CHILD_SERVICE" android:process=":sandboxed_process0" android:visibleToInstantApps="true"/>
  600. <service android:exported="true" android:externalService="true" android:isolatedProcess="true" android:name="org.chromium.content.app.SandboxedProcessService1" android:permission="com.android.chrome.permission.CHILD_SERVICE" android:process=":sandboxed_process1" android:visibleToInstantApps="true"/>
  601. <service android:exported="true" android:externalService="true" android:isolatedProcess="true" android:name="org.chromium.content.app.SandboxedProcessService2" android:permission="com.android.chrome.permission.CHILD_SERVICE" android:process=":sandboxed_process2" android:visibleToInstantApps="true"/>
  602. <service android:exported="true" android:externalService="true" android:isolatedProcess="true" android:name="org.chromium.content.app.SandboxedProcessService3" android:permission="com.android.chrome.permission.CHILD_SERVICE" android:process=":sandboxed_process3" android:visibleToInstantApps="true"/>
  603. <service android:exported="true" android:externalService="true" android:isolatedProcess="true" android:name="org.chromium.content.app.SandboxedProcessService4" android:permission="com.android.chrome.permission.CHILD_SERVICE" android:process=":sandboxed_process4" android:visibleToInstantApps="true"/>
  604. <service android:exported="true" android:externalService="true" android:isolatedProcess="true" android:name="org.chromium.content.app.SandboxedProcessService5" android:permission="com.android.chrome.permission.CHILD_SERVICE" android:process=":sandboxed_process5" android:visibleToInstantApps="true"/>
  605. <service android:exported="true" android:externalService="true" android:isolatedProcess="true" android:name="org.chromium.content.app.SandboxedProcessService6" android:permission="com.android.chrome.permission.CHILD_SERVICE" android:process=":sandboxed_process6" android:visibleToInstantApps="true"/>
  606. <service android:exported="true" android:externalService="true" android:isolatedProcess="true" android:name="org.chromium.content.app.SandboxedProcessService7" android:permission="com.android.chrome.permission.CHILD_SERVICE" android:process=":sandboxed_process7" android:visibleToInstantApps="true"/>
  607. <service android:exported="true" android:externalService="true" android:isolatedProcess="true" android:name="org.chromium.content.app.SandboxedProcessService8" android:permission="com.android.chrome.permission.CHILD_SERVICE" android:process=":sandboxed_process8" android:visibleToInstantApps="true"/>
  608. <service android:exported="true" android:externalService="true" android:isolatedProcess="true" android:name="org.chromium.content.app.SandboxedProcessService9" android:permission="com.android.chrome.permission.CHILD_SERVICE" android:process=":sandboxed_process9" android:visibleToInstantApps="true"/>
  609. <service android:exported="true" android:externalService="true" android:isolatedProcess="true" android:name="org.chromium.content.app.SandboxedProcessService10" android:permission="com.android.chrome.permission.CHILD_SERVICE" android:process=":sandboxed_process10" android:visibleToInstantApps="true"/>
  610. <service android:exported="true" android:externalService="true" android:isolatedProcess="true" android:name="org.chromium.content.app.SandboxedProcessService11" android:permission="com.android.chrome.permission.CHILD_SERVICE" android:process=":sandboxed_process11" android:visibleToInstantApps="true"/>
  611. <service android:exported="true" android:externalService="true" android:isolatedProcess="true" android:name="org.chromium.content.app.SandboxedProcessService12" android:permission="com.android.chrome.permission.CHILD_SERVICE" android:process=":sandboxed_process12" android:visibleToInstantApps="true"/>
  612. <service android:exported="true" android:externalService="true" android:isolatedProcess="true" android:name="org.chromium.content.app.SandboxedProcessService13" android:permission="com.android.chrome.permission.CHILD_SERVICE" android:process=":sandboxed_process13" android:visibleToInstantApps="true"/>
  613. <service android:exported="true" android:externalService="true" android:isolatedProcess="true" android:name="org.chromium.content.app.SandboxedProcessService14" android:permission="com.android.chrome.permission.CHILD_SERVICE" android:process=":sandboxed_process14" android:visibleToInstantApps="true"/>
  614. <service android:exported="true" android:externalService="true" android:isolatedProcess="true" android:name="org.chromium.content.app.SandboxedProcessService15" android:permission="com.android.chrome.permission.CHILD_SERVICE" android:process=":sandboxed_process15" android:visibleToInstantApps="true"/>
  615. <service android:exported="true" android:externalService="true" android:isolatedProcess="true" android:name="org.chromium.content.app.SandboxedProcessService16" android:permission="com.android.chrome.permission.CHILD_SERVICE" android:process=":sandboxed_process16" android:visibleToInstantApps="true"/>
  616. <service android:exported="true" android:externalService="true" android:isolatedProcess="true" android:name="org.chromium.content.app.SandboxedProcessService17" android:permission="com.android.chrome.permission.CHILD_SERVICE" android:process=":sandboxed_process17" android:visibleToInstantApps="true"/>
  617. <service android:exported="true" android:externalService="true" android:isolatedProcess="true" android:name="org.chromium.content.app.SandboxedProcessService18" android:permission="com.android.chrome.permission.CHILD_SERVICE" android:process=":sandboxed_process18" android:visibleToInstantApps="true"/>
  618. <service android:exported="true" android:externalService="true" android:isolatedProcess="true" android:name="org.chromium.content.app.SandboxedProcessService19" android:permission="com.android.chrome.permission.CHILD_SERVICE" android:process=":sandboxed_process19" android:visibleToInstantApps="true"/>
  619. <meta-data android:name="org.chromium.content.browser.NUM_PRIVILEGED_SERVICES" android:value="3"/>
  620. <meta-data android:name="org.chromium.content.browser.PRIVILEGED_SERVICES_NAME" android:value="org.chromium.content.app.PrivilegedProcessService"/>
  621. <meta-data android:name="com.android.chrome:privileged_process0.ignore_multidex" android:value="true"/>
  622. <service android:exported="false" android:isolatedProcess="false" android:name="org.chromium.content.app.PrivilegedProcessService0" android:permission="com.android.chrome.permission.CHILD_SERVICE" android:process=":privileged_process0"/>
  623. <meta-data android:name="com.android.chrome:privileged_process1.ignore_multidex" android:value="true"/>
  624. <service android:exported="false" android:isolatedProcess="false" android:name="org.chromium.content.app.PrivilegedProcessService1" android:permission="com.android.chrome.permission.CHILD_SERVICE" android:process=":privileged_process1"/>
  625. <meta-data android:name="com.android.chrome:privileged_process2.ignore_multidex" android:value="true"/>
  626. <service android:exported="false" android:isolatedProcess="false" android:name="org.chromium.content.app.PrivilegedProcessService2" android:permission="com.android.chrome.permission.CHILD_SERVICE" android:process=":privileged_process2"/>
  627. <receiver android:exported="false" android:name="org.chromium.chrome.browser.download.DownloadBroadcastReceiver">
  628. <intent-filter>
  629. <action android:name="android.intent.action.DOWNLOAD_NOTIFICATION_CLICKED"/>
  630. </intent-filter>
  631. </receiver>
  632. <receiver android:exported="false" android:name="org.chromium.chrome.browser.ntp.ContentSuggestionsNotificationHelper$OpenUrlReceiver"/>
  633. <receiver android:exported="false" android:name="org.chromium.chrome.browser.ntp.ContentSuggestionsNotificationHelper$DeleteReceiver"/>
  634. <receiver android:exported="false" android:name="org.chromium.chrome.browser.ntp.ContentSuggestionsNotificationHelper$TimeoutReceiver"/>
  635. <service android:exported="false" android:name="org.chromium.chrome.browser.media.MediaCaptureNotificationService"/>
  636. <service android:exported="false" android:name="org.chromium.chrome.browser.media.ui.MediaNotificationManager$PlaybackListenerService">
  637. <intent-filter>
  638. <action android:name="android.intent.action.MEDIA_BUTTON"/>
  639. </intent-filter>
  640. </service>
  641. <service android:exported="false" android:name="org.chromium.chrome.browser.media.ui.MediaNotificationManager$PresentationListenerService">
  642. <intent-filter>
  643. <action android:name="android.intent.action.MEDIA_BUTTON"/>
  644. </intent-filter>
  645. </service>
  646. <service android:exported="false" android:name="org.chromium.chrome.browser.media.ui.MediaNotificationManager$CastListenerService">
  647. <intent-filter>
  648. <action android:name="android.intent.action.MEDIA_BUTTON"/>
  649. </intent-filter>
  650. </service>
  651. <receiver android:name="org.chromium.chrome.browser.media.ui.MediaNotificationManager$PlaybackMediaButtonReceiver">
  652. <intent-filter>
  653. <action android:name="android.intent.action.MEDIA_BUTTON"/>
  654. </intent-filter>
  655. </receiver>
  656. <receiver android:name="org.chromium.chrome.browser.media.ui.MediaNotificationManager$PresentationMediaButtonReceiver">
  657. <intent-filter>
  658. <action android:name="android.intent.action.MEDIA_BUTTON"/>
  659. </intent-filter>
  660. </receiver>
  661. <receiver android:name="org.chromium.chrome.browser.media.ui.MediaNotificationManager$CastMediaButtonReceiver">
  662. <intent-filter>
  663. <action android:name="android.intent.action.MEDIA_BUTTON"/>
  664. </intent-filter>
  665. </receiver>
  666. <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version"/>
  667. <meta-data android:name="org.chromium.content.browser.SMART_CLIP_PROVIDER" android:value="org.chromium.content.browser.SmartClipProvider"/>
  668. <provider android:authorities="com.android.chrome.AutofillDataProvider" android:exported="true" android:name="com.google.android.apps.chrome.autofill.AutofillDataProvider"/>
  669. <provider android:authorities="com.android.chrome.icing" android:exported="true" android:name="com.google.android.apps.chrome.icing.IcingProvider"/>
  670. <meta-data android:name="com.google.android.gms.appdatasearch" android:resource="@xml/icing_search_corpora"/>
  671. <activity android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" android:exported="false" android:name="com.google.android.apps.chrome.help.FeedbackCategoryChooserActivity" android:theme="@style/FeedbackTheme" android:windowSoftInputMode="stateAlwaysHidden"/>
  672. <meta-data android:name="firebase_analytics_collection_enabled" android:value="false"/>
  673. <receiver android:exported="false" android:name="com.no.real.class.needed.receiver">
  674. <intent-filter>
  675. <action android:name="com.google.android.gms.wallet.ENABLE_WALLET_OPTIMIZATION"/>
  676. </intent-filter>
  677. </receiver>
  678. <meta-data android:name="com.google.android.partnersetup.RLZ_ACCESS_POINT" android:value="@string/rlz_access_point"/>
  679. <meta-data android:name="org.chromium.content.browser.REMOTE_MEDIA_PLAYERS" android:value="com.google.android.apps.chrome.videofling.YouTubeMediaRouteController, com.google.android.apps.chrome.videofling.ChromeDefaultMediaRouteController"/>
  680. <meta-data android:name="com.google.android.safetynet.API_KEY" android:value="AIzaSyCfkBVK3ChTdIXvHj-R5VywRmWfyLNRxP0"/>
  681. <meta-data android:name="com.google.android.gms.wallet.api.enabled" android:value="true"/>
  682. <receiver android:exported="true" android:name="com.google.android.apps.chrome.webapps.WebApkInstallStatusReceiver">
  683. <intent-filter>
  684. <action android:name="com.google.android.finsky.installapi.ACTION_INSTALL_STATUS"/>
  685. </intent-filter>
  686. </receiver>
  687. <meta-data android:name="com.android.webview.WebViewLibrary" android:value="libmonochrome.so"/>
  688. <activity android:label="@string/license_activity_title" android:name="com.android.webview.chromium.LicenseActivity">
  689. <intent-filter>
  690. <action android:name="android.settings.WEBVIEW_LICENSE"/>
  691. <category android:name="android.intent.category.DEFAULT"/>
  692. </intent-filter>
  693. <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" android:value="true"/>
  694. </activity>
  695. <provider android:authorities="com.android.chrome.LicenseContentProvider" android:exported="true" android:name="com.android.webview.chromium.LicenseContentProvider"/>
  696. <service android:exported="true" android:name="org.chromium.android_webview.crash.CrashReceiverService" android:process=":crash_receiver_service"/>
  697. <service android:exported="true" android:name="org.chromium.android_webview.crash.AwMinidumpUploadJobService" android:permission="android.permission.BIND_JOB_SERVICE" android:process=":crash_receiver_service"/>
  698. </application>
  699. </manifest>
Add Comment
Please, Sign In to add comment