|
|
|
@ -16,8 +16,6 @@ |
|
|
|
|
|
|
|
|
|
package com.cyanogenmod.settings.device; |
|
|
|
|
|
|
|
|
|
import com.android.internal.util.cm.ScreenType; |
|
|
|
|
|
|
|
|
|
import android.app.ActionBar; |
|
|
|
|
import android.os.Bundle; |
|
|
|
|
import android.preference.Preference; |
|
|
|
@ -27,6 +25,8 @@ import android.provider.Settings; |
|
|
|
|
import android.view.Menu; |
|
|
|
|
import android.view.MenuItem; |
|
|
|
|
|
|
|
|
|
import org.cyanogenmod.internal.util.ScreenType; |
|
|
|
|
|
|
|
|
|
public class TouchscreenGestureSettings extends PreferenceActivity { |
|
|
|
|
|
|
|
|
|
private static final String KEY_AMBIENT_DISPLAY_ENABLE = "ambient_display_enable"; |
|
|
|
|