summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/profiles/ProfilesList.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/settings/profiles/ProfilesList.java')
-rw-r--r--src/com/android/settings/profiles/ProfilesList.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/com/android/settings/profiles/ProfilesList.java b/src/com/android/settings/profiles/ProfilesList.java
index 29c7500..9b07b7d 100644
--- a/src/com/android/settings/profiles/ProfilesList.java
+++ b/src/com/android/settings/profiles/ProfilesList.java
@@ -25,6 +25,9 @@ import android.os.Bundle;
import android.preference.Preference;
import android.preference.PreferenceScreen;
import android.text.TextUtils;
+import android.view.Menu;
+import android.view.MenuInflater;
+import android.view.MenuItem;
import com.android.settings.R;
import com.android.settings.SettingsPreferenceFragment;