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

Commit 56ce1eee authored by DaVinci9196's avatar DaVinci9196 Committed by Marvin W.
Browse files

AppSetService getAppSetIdInfo set default parameters

parent a5305520
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,6 +37,6 @@ class AppSetService : BaseService(TAG, GmsService.APP_SET) {
class AppSetServiceImpl : IAppSetService.Stub() {
    override fun getAppSetIdInfo(params: AppSetIdRequestParams?, callback: IAppSetIdCallback?) {
        Log.d(TAG, "AppSetServiceImp getAppSetIdInfo is called -> ${params?.toString()} ")
        callback?.onAppSetInfo(Status.SUCCESS, AppSetInfoParcel("", AppSetIdInfo.SCOPE_APP))
        callback?.onAppSetInfo(Status.SUCCESS, AppSetInfoParcel("00000000-0000-0000-0000-000000000000", AppSetIdInfo.SCOPE_APP))
    }
}