Skip to content

Commit 56ce1ee

Browse files
DaVinci9196mar-v-in
authored andcommitted
AppSetService getAppSetIdInfo set default parameters
1 parent a530552 commit 56ce1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

play-services-appset/core/src/main/kotlin/org/microg/gms/appset/AppSetService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ class AppSetService : BaseService(TAG, GmsService.APP_SET) {
3737
class AppSetServiceImpl : IAppSetService.Stub() {
3838
override fun getAppSetIdInfo(params: AppSetIdRequestParams?, callback: IAppSetIdCallback?) {
3939
Log.d(TAG, "AppSetServiceImp getAppSetIdInfo is called -> ${params?.toString()} ")
40-
callback?.onAppSetInfo(Status.SUCCESS, AppSetInfoParcel("", AppSetIdInfo.SCOPE_APP))
40+
callback?.onAppSetInfo(Status.SUCCESS, AppSetInfoParcel("00000000-0000-0000-0000-000000000000", AppSetIdInfo.SCOPE_APP))
4141
}
4242
}

0 commit comments

Comments
 (0)