Skip to content

Commit

Permalink
Revert old change back to how it was
Browse files Browse the repository at this point in the history
  • Loading branch information
louisg1337 committed May 16, 2024
1 parent 14156b4 commit 141338c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/verification/SensorControlChecks.java
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public static boolean checkUnusedAppsUnrestricted(final Context ctxt) {
Integer appRestrictionStatus = future.get();
Log.i(ctxt, TAG, "Received "+appRestrictionStatus+" from future.get");
switch(appRestrictionStatus) {
case UnusedAppRestrictionsConstants.ERROR: return true;
case UnusedAppRestrictionsConstants.ERROR: return false;
case UnusedAppRestrictionsConstants.FEATURE_NOT_AVAILABLE: return true;
case UnusedAppRestrictionsConstants.DISABLED: return true;
case UnusedAppRestrictionsConstants.API_30_BACKPORT:
Expand Down

0 comments on commit 141338c

Please sign in to comment.