We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de8b650 commit 39918ceCopy full SHA for 39918ce
QuickStartApp/src/com/philips/lighting/quickstart/PHHomeActivity.java
@@ -56,7 +56,8 @@ protected void onCreate(Bundle savedInstanceState) {
56
phHueSDK = PHHueSDK.create();
57
58
// Set the Device Name (name of your app). This will be stored in your bridge whitelist entry.
59
- phHueSDK.setDeviceName("QuickStartApp");
+ phHueSDK.setAppName("QuickStartApp");
60
+ phHueSDK.setDeviceName(android.os.Build.MODEL);
61
62
// Register the PHSDKListener to receive callbacks from the bridge.
63
phHueSDK.getNotificationManager().registerSDKListener(listener);
0 commit comments