Skip to content

Commit

Permalink
Remove feedback and bug report stuff
Browse files Browse the repository at this point in the history
Change-Id: I37da83c64ba148262d74d49d32910499d60b6692
  • Loading branch information
ezio84 authored and basamaryan committed Jul 18, 2023
1 parent 34f8fb5 commit e4a13b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -47,7 +47,7 @@ public BugReportInPowerPreferenceController(Context context) {

@Override
public boolean isAvailable() {
return !mUserManager.hasUserRestriction(UserManager.DISALLOW_DEBUGGING_FEATURES);
return false;
}

@Override
Expand Down
Expand Up @@ -37,7 +37,7 @@ public BugReportPreferenceController(Context context) {

@Override
public boolean isAvailable() {
return !mUserManager.hasUserRestriction(UserManager.DISALLOW_DEBUGGING_FEATURES);
return false;
}

@Override
Expand Down
Expand Up @@ -41,7 +41,7 @@ public FeedbackPreferenceController(Fragment host, Context context) {

@Override
public boolean isAvailable() {
return !TextUtils.isEmpty(DeviceInfoUtils.getFeedbackReporterPackage(mContext));
return false;
}

@Override
Expand Down

0 comments on commit e4a13b3

Please sign in to comment.