2015-10-03 20:47:05 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
2019-10-15 12:56:24 +00:00
|
|
|
~ Copyright (C) 2013-2019 microG Project Team
|
2014-05-01 13:17:14 +00:00
|
|
|
~
|
|
|
|
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
~ you may not use this file except in compliance with the License.
|
|
|
|
~ You may obtain a copy of the License at
|
|
|
|
~
|
2015-02-01 22:27:46 +00:00
|
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
2014-05-01 13:17:14 +00:00
|
|
|
~
|
|
|
|
~ Unless required by applicable law or agreed to in writing, software
|
|
|
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
~ See the License for the specific language governing permissions and
|
|
|
|
~ limitations under the License.
|
2015-10-03 20:47:05 +00:00
|
|
|
-->
|
2020-07-08 18:04:23 +00:00
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
package="com.google.android.gms">
|
2014-04-23 19:27:33 +00:00
|
|
|
|
2015-04-02 21:46:47 +00:00
|
|
|
<permission
|
|
|
|
android:name="com.google.android.c2dm.permission.RECEIVE"
|
2015-04-03 21:54:41 +00:00
|
|
|
android:label="@string/perm_c2dm_receive_label"
|
2015-04-02 21:46:47 +00:00
|
|
|
android:permissionGroup="android.permission-group.NETWORK"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:protectionLevel="normal" />
|
2015-03-06 19:08:47 +00:00
|
|
|
<permission
|
|
|
|
android:name="com.google.android.c2dm.permission.SEND"
|
2015-04-03 21:54:41 +00:00
|
|
|
android:label="@string/perm_c2dm_send_label"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:protectionLevel="signature" />
|
2016-11-20 18:37:13 +00:00
|
|
|
<permission
|
|
|
|
android:name="com.google.android.gtalkservice.permission.GTALK_SERVICE"
|
|
|
|
android:label="@string/perm_gtalk_svc_label"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:protectionLevel="signature" />
|
2015-03-06 19:08:47 +00:00
|
|
|
|
2015-04-02 21:46:47 +00:00
|
|
|
<permission-tree
|
2015-04-03 21:54:41 +00:00
|
|
|
android:name="com.google.android.googleapps.permission.GOOGLE_AUTH"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:icon="@drawable/proprietary_auth_ic_scope_icon_default" />
|
2015-02-10 14:31:13 +00:00
|
|
|
|
2016-12-23 17:59:29 +00:00
|
|
|
<permission
|
|
|
|
android:name="com.google.android.googleapps.permission.GOOGLE_AUTH.cp"
|
|
|
|
android:description="@string/permission_service_cp_description"
|
|
|
|
android:label="@string/permission_service_cp_label"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:protectionLevel="dangerous" />
|
2015-02-10 02:33:30 +00:00
|
|
|
<permission
|
|
|
|
android:name="com.google.android.googleapps.permission.GOOGLE_AUTH.local"
|
2015-04-02 21:46:47 +00:00
|
|
|
android:description="@string/permission_service_local_description"
|
2015-04-03 21:54:41 +00:00
|
|
|
android:label="@string/permission_service_local_label"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:protectionLevel="dangerous" />
|
2015-02-10 02:33:30 +00:00
|
|
|
<permission
|
|
|
|
android:name="com.google.android.googleapps.permission.GOOGLE_AUTH.mail"
|
2015-04-02 21:46:47 +00:00
|
|
|
android:description="@string/permission_service_mail_description"
|
2015-04-03 21:54:41 +00:00
|
|
|
android:label="@string/permission_service_mail_label"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:protectionLevel="dangerous" />
|
2015-03-09 02:17:30 +00:00
|
|
|
<permission
|
|
|
|
android:name="com.google.android.googleapps.permission.GOOGLE_AUTH.writely"
|
2015-04-02 21:46:47 +00:00
|
|
|
android:description="@string/permission_service_writely_description"
|
2015-04-03 21:54:41 +00:00
|
|
|
android:label="@string/permission_service_writely_label"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:protectionLevel="dangerous" />
|
2015-04-02 21:46:47 +00:00
|
|
|
<permission
|
|
|
|
android:name="org.microg.gms.STATUS_BROADCAST"
|
2015-04-03 21:54:41 +00:00
|
|
|
android:label="@string/perm_status_broadcast_label"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:protectionLevel="normal" />
|
2016-01-12 22:27:43 +00:00
|
|
|
<permission
|
|
|
|
android:name="org.microg.gms.EXTENDED_ACCESS"
|
|
|
|
android:label="@string/perm_extended_access_label"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:protectionLevel="dangerous" />
|
|
|
|
|
|
|
|
<uses-permission android:name="android.permission.FAKE_PACKAGE_SIGNATURE" />
|
|
|
|
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />
|
|
|
|
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
|
|
|
|
|
|
|
|
<uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" />
|
|
|
|
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
|
|
|
|
<uses-permission android:name="android.permission.MANAGE_ACCOUNTS" />
|
|
|
|
<uses-permission android:name="android.permission.USE_CREDENTIALS" />
|
|
|
|
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
|
|
|
<uses-permission android:name="android.permission.READ_SYNC_SETTINGS" />
|
|
|
|
<uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" />
|
|
|
|
<uses-permission android:name="android.permission.READ_SYNC_STATS" />
|
|
|
|
|
|
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
|
|
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
|
|
|
|
|
|
|
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
|
|
|
|
<uses-permission android:name="com.google.android.c2dm.permission.SEND" />
|
|
|
|
<uses-permission android:name="com.google.android.gtalkservice.permission.GTALK_SERVICE" />
|
|
|
|
|
|
|
|
<uses-permission android:name="org.microg.gms.STATUS_BROADCAST" />
|
|
|
|
|
|
|
|
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
|
|
|
|
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
|
|
|
|
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
|
2019-10-15 12:56:24 +00:00
|
|
|
<uses-permission
|
|
|
|
android:name="android.permission.CHANGE_DEVICE_IDLE_TEMP_WHITELIST"
|
2020-07-08 18:04:23 +00:00
|
|
|
tools:ignore="ProtectedPermissions" />
|
|
|
|
<uses-permission
|
|
|
|
android:name="android.permission.UPDATE_APP_OPS_STATS"
|
|
|
|
tools:ignore="ProtectedPermissions" />
|
2018-01-02 00:45:43 +00:00
|
|
|
|
2015-01-03 14:27:50 +00:00
|
|
|
<application
|
2015-08-06 15:38:46 +00:00
|
|
|
android:allowBackup="false"
|
2017-01-16 21:56:30 +00:00
|
|
|
android:extractNativeLibs="false"
|
2015-10-03 20:47:05 +00:00
|
|
|
android:icon="@mipmap/ic_core_service_app"
|
2019-10-15 12:56:24 +00:00
|
|
|
android:label="@string/gms_app_name">
|
2015-02-01 22:27:46 +00:00
|
|
|
<meta-data
|
|
|
|
android:name="fake-signature"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:value="@string/fake_signature" />
|
2015-01-03 14:27:50 +00:00
|
|
|
|
2015-02-01 22:27:46 +00:00
|
|
|
<!-- Location -->
|
|
|
|
|
2020-07-08 18:04:23 +00:00
|
|
|
<activity android:name="org.microg.nlp.ui.BackendSettingsActivity"
|
|
|
|
android:theme="@style/Theme.AppCompat.DayNight" />
|
2014-04-23 19:27:33 +00:00
|
|
|
|
2016-01-05 22:58:18 +00:00
|
|
|
<activity
|
|
|
|
android:name="org.microg.gms.ui.PlacePickerActivity"
|
|
|
|
android:exported="true"
|
|
|
|
android:label="@string/pick_place_title"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:theme="@style/Theme.AppCompat.DayNight.NoActionBar">
|
2016-01-05 22:58:18 +00:00
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.gms.location.places.ui.PICK_PLACE" />
|
2016-01-05 22:58:18 +00:00
|
|
|
|
2020-07-08 18:04:23 +00:00
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
2016-01-05 22:58:18 +00:00
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
|
|
|
|
2016-02-28 12:24:41 +00:00
|
|
|
<service android:name="org.microg.gms.places.GeoDataService">
|
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.gms.location.places.GeoDataApi" />
|
|
|
|
<action android:name="com.google.android.gms.location.places.PlacesApi" />
|
2016-02-28 12:24:41 +00:00
|
|
|
</intent-filter>
|
|
|
|
</service>
|
|
|
|
|
|
|
|
<service android:name="org.microg.gms.places.PlaceDetectionService">
|
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.gms.location.places.PlaceDetectionApi" />
|
2016-02-28 12:24:41 +00:00
|
|
|
</intent-filter>
|
|
|
|
</service>
|
|
|
|
|
2016-08-04 09:36:03 +00:00
|
|
|
<service
|
2016-08-14 08:41:56 +00:00
|
|
|
android:name="org.microg.gms.wearable.location.WearableLocationService">
|
2016-08-04 09:36:03 +00:00
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.gms.wearable.MESSAGE_RECEIVED" />
|
2016-09-16 23:40:32 +00:00
|
|
|
<data
|
|
|
|
android:host="*"
|
|
|
|
android:pathPrefix="/com/google/android/location/fused/wearable"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:scheme="wear" />
|
2016-08-04 09:36:03 +00:00
|
|
|
</intent-filter>
|
|
|
|
</service>
|
|
|
|
|
2015-03-01 13:54:31 +00:00
|
|
|
<!-- Services Framework -->
|
|
|
|
|
|
|
|
<provider
|
|
|
|
android:name="org.microg.gms.gservices.GServicesProvider"
|
2015-04-02 21:46:47 +00:00
|
|
|
android:authorities="com.google.android.gsf.gservices"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:exported="true" />
|
2015-03-01 13:54:31 +00:00
|
|
|
<provider
|
|
|
|
android:name="org.microg.gms.settings.GoogleSettingsProvider"
|
2015-04-02 21:46:47 +00:00
|
|
|
android:authorities="com.google.settings"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:exported="true" />
|
2015-03-01 13:54:31 +00:00
|
|
|
<provider
|
|
|
|
android:name="org.microg.gms.feeds.SubscribedFeedsProvider"
|
|
|
|
android:authorities="subscribedfeeds"
|
|
|
|
android:exported="true"
|
|
|
|
android:multiprocess="false"
|
|
|
|
android:readPermission="android.permission.SUBSCRIBED_FEEDS_READ"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:writePermission="android.permission.SUBSCRIBED_FEEDS_WRITE" />
|
2015-03-01 13:54:31 +00:00
|
|
|
|
2015-02-23 23:16:03 +00:00
|
|
|
<!-- Device Checkin -->
|
|
|
|
|
2015-04-10 18:45:22 +00:00
|
|
|
<service android:name="org.microg.gms.checkin.CheckinService">
|
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.gms.checkin.BIND_TO_SERVICE" />
|
2015-04-10 18:45:22 +00:00
|
|
|
</intent-filter>
|
|
|
|
</service>
|
2015-02-28 19:56:05 +00:00
|
|
|
|
|
|
|
<receiver android:name="org.microg.gms.checkin.TriggerReceiver">
|
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="android.server.checkin.CHECKIN" />
|
|
|
|
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
|
2015-10-03 22:15:24 +00:00
|
|
|
</intent-filter>
|
2015-02-28 19:56:05 +00:00
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.c2dm.intent.RECEIVE" />
|
2015-04-02 21:46:47 +00:00
|
|
|
|
2020-07-08 18:04:23 +00:00
|
|
|
<category android:name="android.server.checkin.CHECKIN" />
|
2015-02-28 19:56:05 +00:00
|
|
|
</intent-filter>
|
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="android.provider.Telephony.SECRET_CODE" />
|
2015-04-02 21:46:47 +00:00
|
|
|
|
2015-02-28 19:56:05 +00:00
|
|
|
<data
|
|
|
|
android:host="2432546"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:scheme="android_secret_code" />
|
2015-02-28 19:56:05 +00:00
|
|
|
</intent-filter>
|
|
|
|
</receiver>
|
|
|
|
|
2015-02-23 23:16:03 +00:00
|
|
|
<!-- Cloud Messaging -->
|
|
|
|
<service
|
|
|
|
android:name="org.microg.gms.gcm.PushRegisterService"
|
|
|
|
android:permission="com.google.android.c2dm.permission.RECEIVE">
|
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.c2dm.intent.REGISTER" />
|
|
|
|
<action android:name="com.google.android.c2dm.intent.UNREGISTER" />
|
2015-04-02 21:46:47 +00:00
|
|
|
|
2020-07-08 18:04:23 +00:00
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
2015-03-22 13:31:49 +00:00
|
|
|
</intent-filter>
|
|
|
|
</service>
|
2016-11-20 18:37:13 +00:00
|
|
|
|
2018-08-31 10:39:56 +00:00
|
|
|
<receiver android:name="org.microg.gms.gcm.PushRegisterReceiver">
|
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.iid.TOKEN_REQUEST" />
|
2018-08-31 10:39:56 +00:00
|
|
|
</intent-filter>
|
|
|
|
</receiver>
|
|
|
|
|
2020-07-08 18:04:23 +00:00
|
|
|
<service android:name="org.microg.gms.gcm.McsService" />
|
2016-11-20 18:37:13 +00:00
|
|
|
|
|
|
|
<receiver
|
|
|
|
android:name="org.microg.gms.gcm.SendReceiver"
|
|
|
|
android:permission="com.google.android.c2dm.permission.RECEIVE">
|
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.gcm.intent.SEND" />
|
2016-11-20 18:37:13 +00:00
|
|
|
</intent-filter>
|
|
|
|
</receiver>
|
2015-03-22 13:31:49 +00:00
|
|
|
|
2015-04-02 21:46:47 +00:00
|
|
|
<receiver android:name="org.microg.gms.gcm.TriggerReceiver">
|
2015-04-03 21:54:41 +00:00
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
|
|
|
<action android:name="android.intent.action.AIRPLANE_MODE" />
|
|
|
|
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
|
|
|
|
<action android:name="android.net.conn.BACKGROUND_DATA_SETTING_CHANGED" />
|
2016-11-20 18:37:13 +00:00
|
|
|
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="org.microg.gms.gcm.RECONNECT" />
|
2016-11-20 18:37:13 +00:00
|
|
|
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="android.intent.action.MY_PACKAGE_REPLACED" />
|
|
|
|
<action android:name="android.intent.action.PACKAGE_RESTARTED" />
|
2015-04-03 22:21:47 +00:00
|
|
|
</intent-filter>
|
2015-04-02 21:46:47 +00:00
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="android.provider.Telephony.SECRET_CODE" />
|
2015-04-02 21:46:47 +00:00
|
|
|
|
|
|
|
<data
|
|
|
|
android:host="42678278"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:scheme="android_secret_code" />
|
2015-04-02 21:46:47 +00:00
|
|
|
</intent-filter>
|
|
|
|
</receiver>
|
2015-03-25 22:12:03 +00:00
|
|
|
|
2016-11-15 23:52:49 +00:00
|
|
|
<receiver android:name="org.microg.gms.gcm.UnregisterReceiver">
|
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="android.intent.action.PACKAGE_DATA_CLEARED" />
|
|
|
|
<action android:name="android.intent.action.PACKAGE_FULLY_REMOVED" />
|
|
|
|
<action android:name="android.intent.action.PACKAGE_REMOVED" />
|
2016-11-20 18:37:13 +00:00
|
|
|
|
2020-07-08 18:04:23 +00:00
|
|
|
<data android:scheme="package" />
|
2016-11-15 23:52:49 +00:00
|
|
|
</intent-filter>
|
|
|
|
</receiver>
|
|
|
|
|
2015-03-22 13:31:49 +00:00
|
|
|
<!-- DroidGuard -->
|
|
|
|
|
2016-02-28 12:24:41 +00:00
|
|
|
<service android:name="org.microg.gms.droidguard.DroidGuardService">
|
2015-03-22 13:31:49 +00:00
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.gms.droidguard.service.START" />
|
2015-04-02 21:46:47 +00:00
|
|
|
|
2020-07-08 18:04:23 +00:00
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
2015-02-23 23:16:03 +00:00
|
|
|
</intent-filter>
|
|
|
|
</service>
|
|
|
|
|
2015-06-15 23:33:12 +00:00
|
|
|
<!-- Car -->
|
|
|
|
|
2016-02-28 12:24:41 +00:00
|
|
|
<service android:name="org.microg.gms.car.CarService">
|
2015-06-15 23:33:12 +00:00
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.gms.car.service.START" />
|
2015-06-15 23:33:12 +00:00
|
|
|
|
2020-07-08 18:04:23 +00:00
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
2015-06-15 23:33:12 +00:00
|
|
|
</intent-filter>
|
|
|
|
</service>
|
|
|
|
|
2015-02-10 14:31:13 +00:00
|
|
|
<!-- People -->
|
|
|
|
|
2016-02-28 12:24:41 +00:00
|
|
|
<service android:name="org.microg.gms.people.PeopleService">
|
2015-02-10 14:31:13 +00:00
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.gms.people.service.START" />
|
2015-04-02 21:46:47 +00:00
|
|
|
|
2020-07-08 18:04:23 +00:00
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
2015-02-10 14:31:13 +00:00
|
|
|
</intent-filter>
|
|
|
|
</service>
|
2015-02-10 02:33:30 +00:00
|
|
|
|
2017-12-12 17:36:01 +00:00
|
|
|
<service
|
|
|
|
android:name="org.microg.gms.people.ContactSyncService"
|
|
|
|
android:exported="false">
|
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="android.content.SyncAdapter" />
|
2017-12-12 17:36:01 +00:00
|
|
|
</intent-filter>
|
|
|
|
<meta-data
|
|
|
|
android:name="android.content.SyncAdapter"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:resource="@xml/contact_syncadapter" />
|
2017-12-12 17:36:01 +00:00
|
|
|
</service>
|
|
|
|
|
2015-03-01 13:54:31 +00:00
|
|
|
<!-- Wearable -->
|
|
|
|
|
2016-02-28 12:24:41 +00:00
|
|
|
<service android:name="org.microg.gms.wearable.WearableService">
|
2015-03-01 13:54:31 +00:00
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.gms.wearable.BIND" />
|
2015-03-01 13:54:31 +00:00
|
|
|
</intent-filter>
|
|
|
|
</service>
|
|
|
|
|
2015-02-01 22:27:46 +00:00
|
|
|
<!-- Auth -->
|
|
|
|
|
2016-02-28 12:24:41 +00:00
|
|
|
<service android:name="org.microg.gms.auth.loginservice.GoogleLoginService">
|
2015-02-01 22:27:46 +00:00
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="android.accounts.AccountAuthenticator" />
|
2015-02-01 22:27:46 +00:00
|
|
|
</intent-filter>
|
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.gsf.action.GET_GLS" />
|
2015-02-01 22:27:46 +00:00
|
|
|
</intent-filter>
|
|
|
|
|
|
|
|
<meta-data
|
|
|
|
android:name="android.accounts.AccountAuthenticator"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:resource="@xml/authenticator" />
|
2015-02-01 22:27:46 +00:00
|
|
|
<meta-data
|
|
|
|
android:name="android.accounts.AccountAuthenticator.customTokens"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:value="1" />
|
2015-02-01 22:27:46 +00:00
|
|
|
</service>
|
|
|
|
|
2016-09-16 23:40:32 +00:00
|
|
|
<service android:name=".auth.FirebaseAuthService">
|
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.firebase.auth.api.gms.service.START" />
|
2016-09-16 23:40:32 +00:00
|
|
|
</intent-filter>
|
|
|
|
</service>
|
|
|
|
|
2015-02-01 22:27:46 +00:00
|
|
|
<activity
|
|
|
|
android:name="org.microg.tools.AccountPickerActivity"
|
2015-04-02 21:46:47 +00:00
|
|
|
android:excludeFromRecents="true"
|
|
|
|
android:exported="true">
|
2014-08-22 20:08:44 +00:00
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.gms.common.account.CHOOSE_ACCOUNT" />
|
2015-04-02 21:46:47 +00:00
|
|
|
|
2020-07-08 18:04:23 +00:00
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
2014-08-22 20:08:44 +00:00
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
2015-12-25 02:47:57 +00:00
|
|
|
|
2015-02-01 22:27:46 +00:00
|
|
|
<activity
|
|
|
|
android:name="org.microg.gms.auth.login.LoginActivity"
|
|
|
|
android:configChanges="keyboardHidden|orientation|screenSize"
|
2015-04-02 21:46:47 +00:00
|
|
|
android:exported="true"
|
|
|
|
android:theme="@style/LoginBlueTheme">
|
2015-02-01 22:27:46 +00:00
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.gms.auth.login.LOGIN" />
|
2015-04-02 21:46:47 +00:00
|
|
|
|
2020-07-08 18:04:23 +00:00
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
2015-02-01 22:27:46 +00:00
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
2015-12-25 02:47:57 +00:00
|
|
|
|
2015-02-07 19:56:49 +00:00
|
|
|
<activity
|
|
|
|
android:name="org.microg.gms.auth.AskPermissionActivity"
|
2015-04-02 21:46:47 +00:00
|
|
|
android:excludeFromRecents="true"
|
2015-02-03 22:08:55 +00:00
|
|
|
android:exported="true"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:theme="@style/Theme.AppCompat.DayNight.Dialog" />
|
2015-02-03 22:08:55 +00:00
|
|
|
|
2015-02-01 22:27:46 +00:00
|
|
|
<service
|
2015-04-02 21:46:47 +00:00
|
|
|
android:name=".auth.GetToken"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:exported="true" />
|
2015-04-02 21:46:47 +00:00
|
|
|
|
2015-02-01 22:27:46 +00:00
|
|
|
<activity
|
2015-04-02 21:46:47 +00:00
|
|
|
android:name=".auth.TokenActivity"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:exported="true" />
|
2015-03-01 13:54:31 +00:00
|
|
|
|
2015-12-25 02:47:57 +00:00
|
|
|
<provider
|
|
|
|
android:name="org.microg.gms.auth.AccountContentProvider"
|
|
|
|
android:authorities="com.google.android.gms.auth.accounts"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:exported="true" />
|
2015-12-25 02:47:57 +00:00
|
|
|
|
2015-10-22 23:40:50 +00:00
|
|
|
<!-- Games -->
|
|
|
|
|
2016-02-28 12:24:41 +00:00
|
|
|
<service android:name="org.microg.gms.games.GamesStubService">
|
2015-10-22 23:40:50 +00:00
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.gms.games.service.START" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
2015-10-22 23:40:50 +00:00
|
|
|
</intent-filter>
|
|
|
|
</service>
|
|
|
|
|
|
|
|
<activity
|
|
|
|
android:name="org.microg.gms.games.UpgradeActivity"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:theme="@style/Theme.AppCompat.DayNight.Dialog">
|
2015-10-22 23:40:50 +00:00
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.gms.games.PLAY_GAMES_UPGRADE" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
2015-10-22 23:40:50 +00:00
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
|
|
|
|
2018-04-18 20:01:49 +00:00
|
|
|
<!-- Cast -->
|
|
|
|
|
|
|
|
<service android:name="com.google.android.gms.cast.media.CastMediaRouteProviderService">
|
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="android.media.MediaRouteProviderService" />
|
2018-04-18 20:01:49 +00:00
|
|
|
</intent-filter>
|
|
|
|
</service>
|
|
|
|
|
2017-02-07 19:09:38 +00:00
|
|
|
<!-- Chimera spoof -->
|
|
|
|
<provider
|
|
|
|
android:name="org.microg.gms.ChimeraSpoofProvider"
|
2017-02-08 13:13:34 +00:00
|
|
|
android:authorities="com.google.android.gms.chimera"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:exported="true" />
|
2017-02-07 19:09:38 +00:00
|
|
|
|
2016-01-02 09:59:49 +00:00
|
|
|
<!-- microG custom UI -->
|
|
|
|
|
2019-03-10 15:13:11 +00:00
|
|
|
<!-- microG Settings shown in Launcher -->
|
2016-01-02 09:59:49 +00:00
|
|
|
<activity
|
|
|
|
android:name="org.microg.gms.ui.SettingsActivity"
|
|
|
|
android:icon="@mipmap/ic_microg_settings"
|
|
|
|
android:label="@string/gms_settings_name"
|
2019-10-15 12:56:24 +00:00
|
|
|
android:roundIcon="@mipmap/ic_microg_settings"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:theme="@style/Theme.AppCompat.DayNight">
|
2016-01-02 09:59:49 +00:00
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="android.intent.action.MAIN" />
|
2016-01-02 09:59:49 +00:00
|
|
|
|
2020-07-08 18:04:23 +00:00
|
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
2016-01-02 09:59:49 +00:00
|
|
|
</intent-filter>
|
2019-03-10 15:13:11 +00:00
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="android.intent.action.APPLICATION_PREFERENCES" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
2019-03-10 15:13:11 +00:00
|
|
|
</intent-filter>
|
2016-11-15 23:52:49 +00:00
|
|
|
</activity>
|
|
|
|
|
2019-03-10 15:13:11 +00:00
|
|
|
<!-- microG Settings embedded in System Settings on SDK 23 and newer -->
|
|
|
|
<activity-alias
|
|
|
|
android:name="org.microg.gms.ui.SettingsActivityLink"
|
|
|
|
android:icon="@drawable/microg_light_color_24"
|
|
|
|
android:label="@string/gms_settings_name"
|
2019-10-15 12:56:24 +00:00
|
|
|
android:targetActivity="org.microg.gms.ui.SettingsActivity"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:theme="@style/Theme.AppCompat.DayNight">
|
2019-03-10 15:13:11 +00:00
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.android.settings.action.EXTRA_SETTINGS" />
|
2019-03-10 15:13:11 +00:00
|
|
|
</intent-filter>
|
2019-10-15 12:56:24 +00:00
|
|
|
|
|
|
|
<meta-data
|
|
|
|
android:name="com.android.settings.category"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:value="com.android.settings.category.device" />
|
2019-10-15 12:56:24 +00:00
|
|
|
<meta-data
|
|
|
|
android:name="com.android.settings.icon"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:resource="@drawable/microg_light_color_24" />
|
2019-10-15 12:56:24 +00:00
|
|
|
<meta-data
|
|
|
|
android:name="com.android.settings.summary"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:resource="@string/gms_settings_summary" />
|
2019-03-10 15:13:11 +00:00
|
|
|
</activity-alias>
|
|
|
|
|
2016-11-15 23:52:49 +00:00
|
|
|
<activity
|
|
|
|
android:name="org.microg.gms.ui.AskPushPermission"
|
|
|
|
android:excludeFromRecents="true"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:theme="@style/Theme.AppCompat.DayNight.Dialog.Alert" />
|
2016-11-15 23:52:49 +00:00
|
|
|
|
|
|
|
<activity
|
|
|
|
android:name="org.microg.gms.ui.AboutFragment$AsActivity"
|
|
|
|
android:label="@string/pref_about_title"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:theme="@style/Theme.AppCompat.DayNight" />
|
2016-11-15 23:52:49 +00:00
|
|
|
|
2017-02-22 03:20:46 +00:00
|
|
|
<activity
|
|
|
|
android:name="org.microg.gms.ui.CheckinFragment$AsActivity"
|
|
|
|
android:label="@string/service_name_checkin"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:theme="@style/Theme.AppCompat.DayNight" />
|
2017-02-22 03:20:46 +00:00
|
|
|
|
2016-11-15 23:52:49 +00:00
|
|
|
<activity
|
|
|
|
android:name="org.microg.gms.ui.GcmFragment$AsActivity"
|
|
|
|
android:label="@string/service_name_mcs"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:theme="@style/Theme.AppCompat.DayNight" />
|
2016-11-15 23:52:49 +00:00
|
|
|
|
|
|
|
<activity
|
2017-02-22 03:20:46 +00:00
|
|
|
android:name="org.microg.gms.ui.GcmAdvancedFragment$AsActivity"
|
2016-11-15 23:52:49 +00:00
|
|
|
android:label="@string/service_name_mcs"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:theme="@style/Theme.AppCompat.DayNight" />
|
2016-11-15 23:52:49 +00:00
|
|
|
|
|
|
|
<activity
|
|
|
|
android:name="org.microg.gms.ui.GcmAppFragment$AsActivity"
|
|
|
|
android:label="@string/service_name_mcs"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:theme="@style/Theme.AppCompat.DayNight" />
|
2016-11-15 23:52:49 +00:00
|
|
|
|
2017-02-22 03:20:46 +00:00
|
|
|
<activity
|
|
|
|
android:name="org.microg.gms.ui.GoogleMoreFragment$AsActivity"
|
|
|
|
android:label="@string/gms_settings_name"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:theme="@style/Theme.AppCompat.DayNight" />
|
2017-02-22 03:20:46 +00:00
|
|
|
|
2017-02-08 13:13:34 +00:00
|
|
|
<activity
|
|
|
|
android:name="org.microg.gms.ui.SafetyNetFragment$AsActivity"
|
|
|
|
android:label="@string/service_name_snet"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:theme="@style/Theme.AppCompat.DayNight" />
|
2017-02-08 13:13:34 +00:00
|
|
|
|
2017-02-22 03:20:46 +00:00
|
|
|
<activity
|
|
|
|
android:name="org.microg.gms.ui.SafetyNetAdvancedFragment$AsActivity"
|
|
|
|
android:label="@string/service_name_snet"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:theme="@style/Theme.AppCompat.DayNight" />
|
2017-02-22 03:20:46 +00:00
|
|
|
|
2016-11-15 23:52:49 +00:00
|
|
|
<activity
|
|
|
|
android:name="org.microg.gms.ui.SelfCheckFragment$AsActivity"
|
|
|
|
android:label="@string/self_check_title"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:theme="@style/Theme.AppCompat.DayNight" />
|
2016-11-15 23:52:49 +00:00
|
|
|
|
|
|
|
<activity
|
|
|
|
android:name="org.microg.gms.ui.AccountSettingsActivity"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:theme="@style/Theme.AppCompat.DayNight">
|
2016-11-15 23:52:49 +00:00
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.gms.accountsettings.ACCOUNT_PREFERENCES_SETTINGS" />
|
|
|
|
<action android:name="com.google.android.gms.accountsettings.PRIVACY_SETTINGS" />
|
|
|
|
<action android:name="com.google.android.gms.accountsettings.SECURITY_SETTINGS" />
|
2016-11-15 23:52:49 +00:00
|
|
|
|
2020-07-08 18:04:23 +00:00
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
2016-11-15 23:52:49 +00:00
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
|
|
|
|
|
|
|
<activity
|
|
|
|
android:name="org.microg.gms.ui.LocationSettingsActivity"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:theme="@style/Theme.AppCompat.DayNight">
|
2016-01-02 09:59:49 +00:00
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.gms.location.settings.LOCATION_HISTORY" />
|
|
|
|
<action android:name="com.google.android.location.settings.LOCATION_REPORTING_SETTINGS" />
|
|
|
|
<action android:name="com.google.android.gms.location.settings.LOCATION_REPORTING_SETTINGS" />
|
2016-01-02 09:59:49 +00:00
|
|
|
|
2020-07-08 18:04:23 +00:00
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
2016-01-02 09:59:49 +00:00
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
|
|
|
|
2015-03-01 13:54:31 +00:00
|
|
|
<!-- Other -->
|
|
|
|
|
2018-08-27 23:11:24 +00:00
|
|
|
<provider
|
|
|
|
android:name="org.microg.gms.phenotype.ConfigurationProvider"
|
|
|
|
android:authorities="com.google.android.gms.phenotype"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:exported="true" />
|
2018-08-27 23:11:24 +00:00
|
|
|
|
|
|
|
<service
|
|
|
|
android:name="org.microg.gms.measurement.MeasurementBrokerService"
|
|
|
|
android:exported="true">
|
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.gms.measurement.START" />
|
2018-08-27 23:11:24 +00:00
|
|
|
|
2020-07-08 18:04:23 +00:00
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
2018-08-27 23:11:24 +00:00
|
|
|
</intent-filter>
|
|
|
|
</service>
|
2016-02-28 12:24:41 +00:00
|
|
|
<service android:name="org.microg.gms.mdm.NetworkQualityService">
|
2015-03-01 13:54:31 +00:00
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.gms.mdm.services.START" />
|
2015-04-02 21:46:47 +00:00
|
|
|
|
2020-07-08 18:04:23 +00:00
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
2015-03-01 13:54:31 +00:00
|
|
|
</intent-filter>
|
|
|
|
</service>
|
2016-02-28 12:24:41 +00:00
|
|
|
<service android:name="org.microg.gms.icing.LightweightIndexService">
|
2015-03-01 13:54:31 +00:00
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.gms.icing.LIGHTWEIGHT_INDEX_SERVICE" />
|
2015-03-01 13:54:31 +00:00
|
|
|
</intent-filter>
|
|
|
|
</service>
|
2016-02-28 12:24:41 +00:00
|
|
|
<service android:name="org.microg.gms.icing.IndexService">
|
2015-03-11 21:47:41 +00:00
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.gms.icing.INDEX_SERVICE" />
|
2015-03-11 21:47:41 +00:00
|
|
|
</intent-filter>
|
|
|
|
</service>
|
2015-03-20 20:50:37 +00:00
|
|
|
<service
|
|
|
|
android:name=".analytics.service.AnalyticsService"
|
|
|
|
android:exported="true">
|
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.gms.analytics.service.START" />
|
2015-03-20 20:50:37 +00:00
|
|
|
</intent-filter>
|
|
|
|
</service>
|
2016-02-28 12:24:41 +00:00
|
|
|
<service android:name="org.microg.gms.playlog.PlayLogService">
|
2015-03-25 22:12:03 +00:00
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.gms.playlog.service.START" />
|
2015-03-25 22:12:03 +00:00
|
|
|
</intent-filter>
|
|
|
|
</service>
|
2015-04-02 21:46:47 +00:00
|
|
|
<service
|
|
|
|
android:name=".gcm.http.GoogleHttpService"
|
2020-07-08 18:04:23 +00:00
|
|
|
android:exported="true" />
|
2015-04-03 21:54:41 +00:00
|
|
|
|
2016-02-28 12:24:41 +00:00
|
|
|
<service android:name="org.microg.gms.ads.GService">
|
2015-06-22 21:26:35 +00:00
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.gms.ads.gservice.START" />
|
2015-06-22 21:26:35 +00:00
|
|
|
</intent-filter>
|
|
|
|
</service>
|
2016-02-28 12:24:41 +00:00
|
|
|
<service android:name="org.microg.gms.feedback.FeedbackService">
|
2015-06-22 21:26:35 +00:00
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.gms.feedback.internal.IFeedbackService" />
|
2015-06-22 21:26:35 +00:00
|
|
|
</intent-filter>
|
|
|
|
</service>
|
2016-02-28 12:24:41 +00:00
|
|
|
<service android:name="org.microg.gms.ads.AdvertisingIdService">
|
2015-10-06 16:04:45 +00:00
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.gms.ads.identifier.service.START" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
2015-10-06 16:04:45 +00:00
|
|
|
</intent-filter>
|
|
|
|
</service>
|
2016-02-28 12:24:41 +00:00
|
|
|
<service android:name="org.microg.gms.clearcut.ClearcutLoggerService">
|
2015-10-15 01:21:53 +00:00
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.gms.clearcut.service.START" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
2015-10-15 01:21:53 +00:00
|
|
|
</intent-filter>
|
|
|
|
</service>
|
2016-02-28 12:24:41 +00:00
|
|
|
<service android:name="org.microg.gms.drive.api.DriveApiService">
|
2015-10-20 17:00:35 +00:00
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.gms.drive.ApiService.START" />
|
|
|
|
<action android:name="com.google.android.gms.drive.ApiService.STOP" />
|
|
|
|
<action android:name="com.google.android.gms.drive.ApiService.RESET_AFTER_BOOT" />
|
2015-10-20 17:00:35 +00:00
|
|
|
|
2020-07-08 18:04:23 +00:00
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
2015-10-20 17:00:35 +00:00
|
|
|
</intent-filter>
|
|
|
|
</service>
|
2016-02-28 12:24:41 +00:00
|
|
|
<service android:name="org.microg.gms.auth.SignInService">
|
2015-10-20 17:00:35 +00:00
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.gms.signin.service.START" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
2015-10-20 17:00:35 +00:00
|
|
|
</intent-filter>
|
|
|
|
</service>
|
2016-06-02 21:12:59 +00:00
|
|
|
<service android:name="org.microg.gms.reminders.RemindersService">
|
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.gms.reminders.service.START" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
2016-06-02 21:12:59 +00:00
|
|
|
</intent-filter>
|
|
|
|
</service>
|
2015-10-06 16:04:45 +00:00
|
|
|
|
2016-09-16 23:40:32 +00:00
|
|
|
<service android:name="org.microg.gms.snet.SafetyNetClientService">
|
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.gms.safetynet.service.START" />
|
2016-09-16 23:40:32 +00:00
|
|
|
</intent-filter>
|
|
|
|
</service>
|
2016-12-02 15:20:25 +00:00
|
|
|
<service android:name="org.microg.gms.wallet.PaymentService">
|
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.gms.wallet.service.BIND" />
|
2016-12-02 15:20:25 +00:00
|
|
|
</intent-filter>
|
|
|
|
</service>
|
2019-10-15 12:56:24 +00:00
|
|
|
<service android:name="org.microg.gms.tapandpay.TapAndPayService">
|
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.gms.tapandpay.service.BIND" />
|
2019-10-15 12:56:24 +00:00
|
|
|
</intent-filter>
|
|
|
|
</service>
|
2016-09-16 23:40:32 +00:00
|
|
|
|
2018-04-25 23:25:14 +00:00
|
|
|
<service android:name="org.microg.gms.cast.CastDeviceControllerService">
|
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.gms.cast.service.BIND_CAST_DEVICE_CONTROLLER_SERVICE" />
|
2018-04-25 23:25:14 +00:00
|
|
|
</intent-filter>
|
|
|
|
</service>
|
|
|
|
|
2016-02-28 12:24:41 +00:00
|
|
|
<service android:name="org.microg.gms.DummyService">
|
2015-04-11 11:48:21 +00:00
|
|
|
<intent-filter>
|
2020-07-08 18:04:23 +00:00
|
|
|
<action android:name="com.google.android.gms.plus.service.START" />
|
|
|
|
<action android:name="com.google.android.gms.plus.service.internal.START" />
|
|
|
|
<action android:name="com.google.android.gms.panorama.service.START" />
|
|
|
|
<action android:name="com.google.android.gms.appstate.service.START" />
|
|
|
|
<action android:name="com.google.android.gms.ads.service.START" />
|
|
|
|
<action android:name="com.google.android.gms.accounts.ACCOUNT_SERVICE" />
|
|
|
|
<action android:name="com.google.android.gms.identity.service.BIND" />
|
|
|
|
<action android:name="com.google.android.gms.wearable.BIND" />
|
|
|
|
<action android:name="com.google.android.gms.auth.service.START" />
|
|
|
|
<action android:name="com.google.android.gms.fitness.GoogleFitnessService.START" />
|
|
|
|
<action android:name="com.google.android.gms.deviceconnection.service.START" />
|
|
|
|
<action android:name="com.google.android.gms.droidguard.service.START" />
|
|
|
|
<action android:name="com.google.android.gms.lockbox.service.START" />
|
|
|
|
<action android:name="com.google.android.gms.cast_mirroring.service.START" />
|
|
|
|
<action android:name="com.google.android.gms.photos.autobackup.service.START" />
|
|
|
|
<action android:name="com.google.android.gms.udc.service.START" />
|
|
|
|
<action android:name="com.google.android.gms.mdm.services.DeviceManagerApiService.START" />
|
|
|
|
<action android:name="com.google.android.gms.pseudonymous.service.START" />
|
|
|
|
<action android:name="com.google.android.gms.common.service.START" />
|
|
|
|
<action android:name="com.google.android.gms.usagereporting.service.START" />
|
|
|
|
<action android:name="com.google.android.gms.kids.service.START" />
|
|
|
|
<action android:name="com.google.android.gms.common.download.START" />
|
|
|
|
<action android:name="com.google.android.contextmanager.service.ContextManagerService.START" />
|
|
|
|
<action android:name="com.google.android.gms.audiomodem.service.AudioModemService.START" />
|
|
|
|
<action android:name="com.google.android.gms.nearby.sharing.service.NearbySharingService.START" />
|
|
|
|
<action android:name="com.google.android.gms.herrevad.services.LightweightNetworkQualityAndroidService.START" />
|
|
|
|
<action android:name="com.google.android.gms.phenotype.service.START" />
|
|
|
|
<action android:name="com.google.android.gms.auth.api.credentials.service.START" />
|
|
|
|
<action android:name="com.google.android.gms.gass.START" />
|
2015-04-11 11:48:21 +00:00
|
|
|
</intent-filter>
|
|
|
|
</service>
|
2015-01-03 14:27:50 +00:00
|
|
|
</application>
|
2015-04-02 21:46:47 +00:00
|
|
|
|
2014-04-23 19:27:33 +00:00
|
|
|
</manifest>
|