From 2ea9a80502df3cd28c4255b7250cd257755e9e2f Mon Sep 17 00:00:00 2001 From: Dave Kessler Date: Fri, 19 Dec 2014 17:29:40 -0500 Subject: Power menu customizations [2/2] power reboot screenshot profile switcher airplane mode user switcher bug reports [mikeioannina]: Modify for CyanogenMod Change-Id: Iadb41a661770f8b71eef4e12b1d8f04d0ba3e6be --- src/com/android/settings/profiles/ProfilesSettings.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/com/android/settings/profiles') diff --git a/src/com/android/settings/profiles/ProfilesSettings.java b/src/com/android/settings/profiles/ProfilesSettings.java index ed12663..59078ae 100644 --- a/src/com/android/settings/profiles/ProfilesSettings.java +++ b/src/com/android/settings/profiles/ProfilesSettings.java @@ -27,6 +27,7 @@ import android.content.DialogInterface; import android.content.Intent; import android.content.IntentFilter; import android.os.Bundle; +import android.os.UserHandle; import android.provider.Settings; import android.support.v4.view.ViewPager; import android.support.v13.app.FragmentStatePagerAdapter; -- cgit v1.1