Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit 4c4277b7 authored by Marvin W.'s avatar Marvin W. 🐿️
Browse files

Add tap and pay dummy

parent 7d50c2c9
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
package com.google.android.gms.tapandpay.internal;

interface ITapAndPayService {

}
+1 −0
Original line number Diff line number Diff line
@@ -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"),