Loading core/java/android/companion/CompanionDeviceManager.java +2 −0 Original line number Diff line number Diff line Loading @@ -1331,10 +1331,12 @@ public final class CompanionDeviceManager { /** * Enable or disable secure transport for testing. Defaults to enabled. * Should not be used outside of testing. * * @param enabled true to enable. false to disable. * @hide */ @RequiresPermission(android.Manifest.permission.MANAGE_COMPANION_DEVICES) public void enableSecureTransport(boolean enabled) { try { mService.enableSecureTransport(enabled); Loading Loading
core/java/android/companion/CompanionDeviceManager.java +2 −0 Original line number Diff line number Diff line Loading @@ -1331,10 +1331,12 @@ public final class CompanionDeviceManager { /** * Enable or disable secure transport for testing. Defaults to enabled. * Should not be used outside of testing. * * @param enabled true to enable. false to disable. * @hide */ @RequiresPermission(android.Manifest.permission.MANAGE_COMPANION_DEVICES) public void enableSecureTransport(boolean enabled) { try { mService.enableSecureTransport(enabled); Loading