Skip to content

Commit

Permalink
cmsdk: Update intent action extras to match new namespace.
Browse files Browse the repository at this point in the history
Change-Id: Iad255ebc25b43aa582edf2bf496412d54c7216a9
  • Loading branch information
Adnan Begovic committed Jul 17, 2015
1 parent 02e761f commit 75cd945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/java/cyanogenmod/app/ProfileManager.java
Expand Up @@ -132,7 +132,7 @@ public class ProfileManager {
* @see #ACTION_PROFILE_PICKER
*/
public static final String EXTRA_PROFILE_SHOW_NONE =
"android.intent.extra.profile.SHOW_NONE";
"cyanogenmod.platform.intent.extra.profile.SHOW_NONE";

/**
* Given to the profile picker as a {@link UUID} string representation. The {@link UUID}
Expand All @@ -144,7 +144,7 @@ public class ProfileManager {
* @see #ACTION_PROFILE_PICKER
*/
public static final String EXTRA_PROFILE_EXISTING_UUID =
"android.intent.extra.profile.EXISTING_UUID";
"cyanogenmod.platform.extra.profile.EXISTING_UUID";

/**
* Given to the profile picker as a {@link CharSequence}. The title to
Expand Down

0 comments on commit 75cd945

Please sign in to comment.