Merge "Java docs update: Advise not to include PII in setProcessStateSummary" into rvc-dev am: fcaa94e2dc am: 62b56170ac
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12202766 Change-Id: I2793a40476d8ed6411637dd16b027e1f7bac9806
This commit is contained in:
@@ -3728,7 +3728,8 @@ public class ActivityManager {
|
|||||||
* manner, excessive calls to this API could result a {@link java.lang.RuntimeException}.
|
* manner, excessive calls to this API could result a {@link java.lang.RuntimeException}.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* @param state The state data
|
* @param state The state data. To be advised, <b>DO NOT</b> include sensitive information/data
|
||||||
|
* (PII, SPII, or other sensitive user data) here. Maximum length is 128 bytes.
|
||||||
*/
|
*/
|
||||||
public void setProcessStateSummary(@Nullable byte[] state) {
|
public void setProcessStateSummary(@Nullable byte[] state) {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user