@@ -27,7 +27,6 @@ import (
2727 genContent "github.com/xaionaro-go/binder/android/content"
2828 genContentCapture "github.com/xaionaro-go/binder/android/view/contentcapture"
2929 genContentSuggestions "github.com/xaionaro-go/binder/android/app/contentsuggestions"
30- genContextualSearch "github.com/xaionaro-go/binder/android/app/contextualsearch"
3130 genCredentials "github.com/xaionaro-go/binder/android/credentials"
3231 genDebug "github.com/xaionaro-go/binder/android/debug"
3332 genDeviceState "github.com/xaionaro-go/binder/android/hardware/devicestate"
@@ -291,7 +290,6 @@ var serviceRegistry = []serviceEntry{
291290 {"content" , func (b binder.IBinder ) interface {} { return genContent .NewContentServiceProxy (b ) }},
292291 {"content_capture" , func (b binder.IBinder ) interface {} { return genContentCapture .NewContentCaptureManagerProxy (b ) }},
293292 {"content_suggestions" , func (b binder.IBinder ) interface {} { return genContentSuggestions .NewContentSuggestionsManagerProxy (b ) }},
294- {"contextual_search" , func (b binder.IBinder ) interface {} { return genContextualSearch .NewContextualSearchManagerProxy (b ) }},
295293 {"country_detector" , func (b binder.IBinder ) interface {} { return genLocation .NewCountryDetectorProxy (b ) }},
296294 {"credential" , func (b binder.IBinder ) interface {} { return genCredentials .NewCredentialManagerProxy (b ) }},
297295 {"crossprofileapps" , func (b binder.IBinder ) interface {} { return genPm .NewCrossProfileAppsProxy (b ) }},
0 commit comments