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

Commit 139dd6ea authored by Eric Biggers's avatar Eric Biggers
Browse files

Add @SensitiveData to ILockSettings.aidl

Use @SensitiveData on the binder interface of LockSettingsService to
ensure that lockscreen credentials do not get left around in the Parcel
data buffers.

Bug: 320392352
Bug: 416768837
Test: presubmit
Flag: EXEMPT not possible
Change-Id: I1c0841c4851543450a47b80e08c14ce38dc35e30
parent b8ddf755
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ import com.android.internal.widget.VerifyCredentialResponse;
import java.util.Map;

/** {@hide} */
@SensitiveData
interface ILockSettings {
    @UnsupportedAppUsage
    void setBoolean(in String key, in boolean value, in int userId);