summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-01-22 15:32:28 -0500
committerJoel Fischer <joeljfischer@gmail.com>2016-01-22 15:32:28 -0500
commitf52c9f9ff1997c28504a5336fffe5bac5cca6661 (patch)
tree9de5c3e12287ee605ff5871192d14d23d2bc7fab
parent0dedc344bb49c2981af72ca346b7e5711b9ab4a8 (diff)
downloadsdl_ios-f52c9f9ff1997c28504a5336fffe5bac5cca6661.tar.gz
Change app type of example app
* Fixes #332
-rw-r--r--SmartDeviceLink-iOS/SmartDeviceLink_Example/Classes/ProxyManager.m2
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];
}