Svet Ganov | c683da6 | 2016-01-29 19:05:31 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2016 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | |
| 17 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
Chris Wren | 0efdb88 | 2016-03-01 17:17:47 -0500 | [diff] [blame] | 18 | xmlns:androidprv="http://schemas.android.com/apk/prv/res/android" |
Svet Ganov | c683da6 | 2016-01-29 19:05:31 -0800 | [diff] [blame] | 19 | package="android.ext.services" |
Akshay | 296acdf | 2019-04-04 14:41:41 -0700 | [diff] [blame] | 20 | android:versionCode="210000000" |
Svet Ganov | c683da6 | 2016-01-29 19:05:31 -0800 | [diff] [blame] | 21 | android:versionName="1" |
| 22 | coreApp="true"> |
| 23 | |
Kang Li | 61cf4d1 | 2017-04-13 09:17:07 -0700 | [diff] [blame] | 24 | <uses-permission android:name="android.permission.PROVIDE_RESOLVER_RANKER_SERVICE" /> |
Stanislav Zholnin | 6274a3a | 2019-01-28 15:53:23 +0000 | [diff] [blame] | 25 | <uses-permission android:name="android.permission.READ_DEVICE_CONFIG" /> |
Kang Li | 61cf4d1 | 2017-04-13 09:17:07 -0700 | [diff] [blame] | 26 | |
Nadia Benbernou | 1ee91a3 | 2019-01-28 11:26:46 -0500 | [diff] [blame] | 27 | <uses-permission android:name="android.permission.MONITOR_DEFAULT_SMS_PACKAGE" /> |
Julia Reynolds | d0ceefa | 2019-03-03 16:10:52 -0500 | [diff] [blame] | 28 | <uses-permission android:name="android.permission.REQUEST_NOTIFICATION_ASSISTANT_SERVICE" /> |
Zimuzo | e680d60 | 2019-03-26 13:04:13 +0000 | [diff] [blame] | 29 | <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |
Nadia Benbernou | 1ee91a3 | 2019-01-28 11:26:46 -0500 | [diff] [blame] | 30 | |
Jeff Hamilton | 1d4bfed | 2019-03-06 22:47:42 -0500 | [diff] [blame] | 31 | <uses-sdk |
| 32 | android:targetSdkVersion="28" |
| 33 | /> |
| 34 | |
Svet Ganov | c683da6 | 2016-01-29 19:05:31 -0800 | [diff] [blame] | 35 | <application android:label="@string/app_name" |
Jeff Sharkey | 8a372a0 | 2016-03-16 16:25:45 -0600 | [diff] [blame] | 36 | android:defaultToDeviceProtectedStorage="true" |
| 37 | android:directBootAware="true"> |
Svet Ganov | c683da6 | 2016-01-29 19:05:31 -0800 | [diff] [blame] | 38 | |
Daniel Nishi | cf9d19e | 2017-01-23 14:33:42 -0800 | [diff] [blame] | 39 | <service android:name=".storage.CacheQuotaServiceImpl" |
| 40 | android:permission="android.permission.BIND_CACHE_QUOTA_SERVICE"> |
| 41 | <intent-filter> |
| 42 | <action android:name="android.app.usage.CacheQuotaService" /> |
| 43 | </intent-filter> |
| 44 | </service> |
| 45 | |
Kang Li | 61cf4d1 | 2017-04-13 09:17:07 -0700 | [diff] [blame] | 46 | <service android:name=".resolver.LRResolverRankerService" |
Kang Li | 08dcc0a | 2018-02-13 16:33:38 -0800 | [diff] [blame] | 47 | android:permission="android.permission.BIND_RESOLVER_RANKER_SERVICE"> |
| 48 | <intent-filter android:priority="-1"> |
Kang Li | 61cf4d1 | 2017-04-13 09:17:07 -0700 | [diff] [blame] | 49 | <action android:name="android.service.resolver.ResolverRankerService" /> |
| 50 | </intent-filter> |
| 51 | </service> |
| 52 | |
Julia Reynolds | f8c5367 | 2017-10-04 16:09:29 -0400 | [diff] [blame] | 53 | <service android:name=".notification.Assistant" |
| 54 | android:label="@string/notification_assistant" |
| 55 | android:permission="android.permission.BIND_NOTIFICATION_ASSISTANT_SERVICE" |
| 56 | android:exported="true"> |
| 57 | <intent-filter> |
| 58 | <action android:name="android.service.notification.NotificationAssistantService" /> |
| 59 | </intent-filter> |
| 60 | </service> |
| 61 | |
Felipe Leme | bc055b0 | 2018-01-05 17:04:10 -0800 | [diff] [blame] | 62 | <service android:name=".autofill.AutofillFieldClassificationServiceImpl" |
| 63 | android:permission="android.permission.BIND_AUTOFILL_FIELD_CLASSIFICATION_SERVICE"> |
| 64 | <intent-filter> |
| 65 | <action android:name="android.service.autofill.AutofillFieldClassificationService" /> |
| 66 | </intent-filter> |
Ryan Mitchell | 2fe035b | 2018-08-21 17:03:04 -0700 | [diff] [blame] | 67 | <meta-data |
| 68 | android:name="android.autofill.field_classification.default_algorithm" |
| 69 | android:resource="@string/autofill_field_classification_default_algorithm" /> |
| 70 | <meta-data |
| 71 | android:name="android.autofill.field_classification.available_algorithms" |
| 72 | android:resource="@array/autofill_field_classification_available_algorithms" /> |
Felipe Leme | bc055b0 | 2018-01-05 17:04:10 -0800 | [diff] [blame] | 73 | </service> |
| 74 | |
Hongming Jin | 9e92438 | 2018-11-27 16:12:06 -0800 | [diff] [blame] | 75 | <service android:name=".sms.FinancialSmsServiceImpl" |
| 76 | android:permission="android.permission.BIND_FINANCIAL_SMS_SERVICE"> |
| 77 | <intent-filter> |
| 78 | <action android:name="android.service.sms.action.FINANCIAL_SERVICE_INTENT" /> |
| 79 | </intent-filter> |
| 80 | </service> |
| 81 | |
Zimuzo | e680d60 | 2019-03-26 13:04:13 +0000 | [diff] [blame] | 82 | <service android:name=".watchdog.ExplicitHealthCheckServiceImpl" |
| 83 | android:permission="android.permission.BIND_EXPLICIT_HEALTH_CHECK_SERVICE"> |
| 84 | <intent-filter> |
| 85 | <action android:name="android.service.watchdog.ExplicitHealthCheckService" /> |
| 86 | </intent-filter> |
| 87 | </service> |
| 88 | |
Tony Mak | 9e0dfdc | 2019-03-04 15:08:45 +0000 | [diff] [blame] | 89 | <activity android:name=".notification.CopyCodeActivity" |
| 90 | android:exported="false" |
| 91 | android:theme="@android:style/Theme.NoDisplay"/> |
| 92 | |
Svet Ganov | c683da6 | 2016-01-29 19:05:31 -0800 | [diff] [blame] | 93 | <library android:name="android.ext.services"/> |
Svet Ganov | c683da6 | 2016-01-29 19:05:31 -0800 | [diff] [blame] | 94 | </application> |
| 95 | |
| 96 | </manifest> |