Add tap and pay dummy

This commit is contained in:
Marvin W 2019-10-08 20:55:50 +02:00
parent 7d50c2c94b
commit 4c4277b75e
No known key found for this signature in database
GPG Key ID: 072E9235DB996F2A
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
package com.google.android.gms.tapandpay.internal;
interface ITapAndPayService {
}

View File

@ -88,6 +88,7 @@ public enum GmsService {
PLUS_INTERNAL(70),
SOURCE_DEVICE(75, "com.google.android.gms.smartdevice.d2d.SourceDeviceService.START"),
TARGET_DEVICE(76, "com.google.android.gms.smartdevice.d2d.TargetDeviceService.START"),
TAP_AND_PAY(79, "com.google.android.gms.tapandpay.service.BIND"),
ACCOUNTS(81, "com.google.android.gms.smartdevice.setup.accounts.AccountsService.START"),
TRUST_AGENT(85, "com.google.android.gms.trustagent.StateApi.START"),
MEASUREMENT(93, "com.google.android.gms.measurement.START"),