cmsdk: fix last profile extra constant

Ref: OSS CYAN-7459

Change-Id: I6be1f11e1a48e358cd9050358a3ca5b8b4a6d4e0
Signed-off-by: Roman Birg <roman@cyngn.com>
This commit is contained in:
Roman Birg 2016-03-16 09:54:48 -07:00 committed by Gerrit Code Review
parent c46e0ffb69
commit 99200b900b
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ public class ProfileManager {
* Extra for {@link #INTENT_ACTION_PROFILE_SELECTED}:
* The string representation of the UUID of the previously active profile
*/
public static final String EXTRA_LAST_PROFILE_UUID = "uuid";
public static final String EXTRA_LAST_PROFILE_UUID = "lastUuid";
/**
* Activity Action: Shows a profile picker.