Loading src/com/android/settings/aware/AwareFeatureProvider.java +3 −0 Original line number Diff line number Diff line Loading @@ -21,4 +21,7 @@ import android.content.Context; public interface AwareFeatureProvider { /** Returns true if the aware sensor is supported. */ boolean isSupported(Context context); /** Returns true if the aware feature is enabled. */ boolean isEnabled(Context context); } src/com/android/settings/aware/AwareFeatureProviderImpl.java +5 −0 Original line number Diff line number Diff line Loading @@ -23,4 +23,9 @@ public class AwareFeatureProviderImpl implements AwareFeatureProvider { public boolean isSupported(Context context) { return false; } @Override public boolean isEnabled(Context context) { return false; } } Loading
src/com/android/settings/aware/AwareFeatureProvider.java +3 −0 Original line number Diff line number Diff line Loading @@ -21,4 +21,7 @@ import android.content.Context; public interface AwareFeatureProvider { /** Returns true if the aware sensor is supported. */ boolean isSupported(Context context); /** Returns true if the aware feature is enabled. */ boolean isEnabled(Context context); }
src/com/android/settings/aware/AwareFeatureProviderImpl.java +5 −0 Original line number Diff line number Diff line Loading @@ -23,4 +23,9 @@ public class AwareFeatureProviderImpl implements AwareFeatureProvider { public boolean isSupported(Context context) { return false; } @Override public boolean isEnabled(Context context) { return false; } }