diff options
author | Dave Kessler <activethrasher00@gmail.com> | 2014-12-19 17:29:40 -0500 |
---|---|---|
committer | Adnan Begovic <adnan@cyngn.com> | 2015-10-29 17:36:27 -0700 |
commit | 2ea9a80502df3cd28c4255b7250cd257755e9e2f (patch) | |
tree | 17dca8fcbbd2398cffdc16e20d78c045dff8f2ea /src/com/android/settings/profiles | |
parent | 3f0f7d02181b960a6bd6c9724b07fced6bdcb119 (diff) | |
download | packages_apps_Settings-2ea9a80502df3cd28c4255b7250cd257755e9e2f.zip packages_apps_Settings-2ea9a80502df3cd28c4255b7250cd257755e9e2f.tar.gz packages_apps_Settings-2ea9a80502df3cd28c4255b7250cd257755e9e2f.tar.bz2 |
Power menu customizations [2/2]
power
reboot
screenshot
profile switcher
airplane mode
user switcher
bug reports
[mikeioannina]: Modify for CyanogenMod
Change-Id: Iadb41a661770f8b71eef4e12b1d8f04d0ba3e6be
Diffstat (limited to 'src/com/android/settings/profiles')
-rw-r--r-- | src/com/android/settings/profiles/ProfilesSettings.java | 1 |
1 files changed, 1 insertions, 0 deletions
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; |