diff options
author | Yorke Lee <yorkelee@google.com> | 2015-09-22 01:09:26 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-09-22 01:09:26 +0000 |
commit | 47255058f46ce3a4823e45d97248cdcca236d790 (patch) | |
tree | fe9a040341de0c72a4301beadcd142c625a5d16f | |
parent | f4d50e30fb504d48d8a3ea4949d1db5cbddff964 (diff) | |
parent | 346fc6ef6c2daa8336122f6d74064357d1d51258 (diff) |
Merge "Remove unused imports" into ub-contactsdialer-a-dev
-rw-r--r-- | src/com/android/dialer/settings/AppCompatPreferenceActivity.java | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/com/android/dialer/settings/AppCompatPreferenceActivity.java b/src/com/android/dialer/settings/AppCompatPreferenceActivity.java index 0708783d0..804d47758 100644 --- a/src/com/android/dialer/settings/AppCompatPreferenceActivity.java +++ b/src/com/android/dialer/settings/AppCompatPreferenceActivity.java @@ -15,29 +15,15 @@ */ package com.android.dialer.settings; -import android.content.Context; -import android.content.Intent; -import android.content.SharedPreferences; import android.content.res.Configuration; import android.os.Bundle; -import android.os.UserManager; import android.preference.PreferenceActivity; -import android.preference.PreferenceManager; -import android.preference.PreferenceActivity.Header; -import android.provider.Settings; import android.support.v7.app.ActionBar; -import android.support.v7.app.AppCompatActivity; import android.support.v7.app.AppCompatDelegate; import android.support.v7.widget.Toolbar; -import android.telecom.TelecomManager; -import android.telephony.TelephonyManager; import android.view.MenuInflater; -import android.view.MenuItem; import android.view.View; import android.view.ViewGroup; -import android.widget.Toast; - -import java.util.List; /** * A {@link android.preference.PreferenceActivity} which implements and proxies the necessary calls |