diff options
author | Joel Fischer <joeljfischer@gmail.com> | 2016-01-22 15:32:28 -0500 |
---|---|---|
committer | Joel Fischer <joeljfischer@gmail.com> | 2016-01-22 15:32:28 -0500 |
commit | f52c9f9ff1997c28504a5336fffe5bac5cca6661 (patch) | |
tree | 9de5c3e12287ee605ff5871192d14d23d2bc7fab | |
parent | 0dedc344bb49c2981af72ca346b7e5711b9ab4a8 (diff) | |
download | sdl_ios-f52c9f9ff1997c28504a5336fffe5bac5cca6661.tar.gz |
Change app type of example app
* Fixes #332
-rw-r--r-- | SmartDeviceLink-iOS/SmartDeviceLink_Example/Classes/ProxyManager.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink-iOS/SmartDeviceLink_Example/Classes/ProxyManager.m b/SmartDeviceLink-iOS/SmartDeviceLink_Example/Classes/ProxyManager.m index 473aa5ecd..f6759171c 100644 --- a/SmartDeviceLink-iOS/SmartDeviceLink_Example/Classes/ProxyManager.m +++ b/SmartDeviceLink-iOS/SmartDeviceLink_Example/Classes/ProxyManager.m @@ -119,7 +119,7 @@ NSString *const SDLAppId = @"9999"; self.state = ProxyStateConnected; SDLRegisterAppInterface *registerRequest = [SDLRPCRequestFactory buildRegisterAppInterfaceWithAppName:SDLAppName languageDesired:[SDLLanguage EN_US] appID:SDLAppId]; - registerRequest.appHMIType = [NSMutableArray arrayWithObjects:[SDLAppHMIType NAVIGATION], nil]; + registerRequest.appHMIType = [NSMutableArray arrayWithObjects:[SDLAppHMIType MEDIA], nil]; [self.proxy sendRPC:registerRequest]; } |