diff options
author | Yorke Lee <yorkelee@google.com> | 2015-09-22 01:14:02 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-09-22 01:14:02 +0000 |
commit | 8bc7e10eb77380a8eb0f1a0c8ff862fc24d419aa (patch) | |
tree | 9b8096cee15eec5c3c48d5c8061d2741c7362a3b | |
parent | f59a0f89c235dacd7f2f0c130fd2a1c646fd014f (diff) | |
parent | 47255058f46ce3a4823e45d97248cdcca236d790 (diff) |
am 47255058: Merge "Remove unused imports" into ub-contactsdialer-a-dev
* commit '47255058f46ce3a4823e45d97248cdcca236d790':
Remove unused imports
-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 |