Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5e405508 authored by George Chan's avatar George Chan Committed by Android (Google) Code Review
Browse files

Merge "Fixes pending help intent so its only shown for current active user....

Merge "Fixes pending help intent so its only shown for current active user. Logs the stats to statsd for notification shown." into main
parents b344755f 47b5c583
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -137,7 +137,7 @@ public class AdvancedProtectionService extends IAdvancedProtectionService.Stub {
                && mStore.retrieveInt(AAPM_USB_DATA_PROTECTION, AdvancedProtectionStore.ON)
                == AdvancedProtectionStore.ON) {
          try {
            mHooks.add(new UsbDataAdvancedProtectionHook(mContext, enabled));
            mHooks.add(new UsbDataAdvancedProtectionHook(mContext, enabled, this));
          } catch (Exception e) {
            Slog.e(TAG, "Failed to initialize UsbDataAdvancedProtection", e);
          }
+169 −155

File changed.

Preview size limit exceeded, changes collapsed.