Handle When received intent extra in System settings need show dialog
Bug: 128853573 Test: visual, robotest Change-Id: I92337e26f51c3f7ef4033d424ddcf07c6da6805d
This commit is contained in:
@@ -18,6 +18,8 @@ package com.android.settings.aware;
|
||||
|
||||
import android.content.Context;
|
||||
|
||||
import androidx.fragment.app.Fragment;
|
||||
|
||||
public class AwareFeatureProviderImpl implements AwareFeatureProvider {
|
||||
@Override
|
||||
public boolean isSupported(Context context) {
|
||||
@@ -28,4 +30,8 @@ public class AwareFeatureProviderImpl implements AwareFeatureProvider {
|
||||
public boolean isEnabled(Context context) {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void showRestrictionDialog(Fragment parent) {
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user