Loading core/java/android/app/admin/DevicePolicyManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -5920,7 +5920,7 @@ public class DevicePolicyManager { * <p> * <strong> The device logs are retrieved from a RAM region which is not guaranteed to be * corruption-free during power cycles, due to hardware variations and limitations. As a result, * this API is provided as best-effort and the returned logs may contain corrupted * this API is provided as best-effort and the returned logs may be empty or contain corrupted * data. </strong> * <p> * There must be only one user on the device, managed by the device owner. Otherwise a Loading core/java/android/app/admin/SecurityLog.java +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ public class SecurityLog { * information about the process encapsulated in an {@link Object} array, accessible via * {@link SecurityEvent#getData()}: * process name (String), exact start time (long), app Uid (integer), app Pid (integer), * seinfo tag (String), SHA-256 hash of the APK in hexadecimal (String) * seinfo tag (String), SHA-256 hash of the base APK in hexadecimal (String) */ public static final int TAG_APP_PROCESS_START = SecurityLogTags.SECURITY_APP_PROCESS_START; /** Loading Loading
core/java/android/app/admin/DevicePolicyManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -5920,7 +5920,7 @@ public class DevicePolicyManager { * <p> * <strong> The device logs are retrieved from a RAM region which is not guaranteed to be * corruption-free during power cycles, due to hardware variations and limitations. As a result, * this API is provided as best-effort and the returned logs may contain corrupted * this API is provided as best-effort and the returned logs may be empty or contain corrupted * data. </strong> * <p> * There must be only one user on the device, managed by the device owner. Otherwise a Loading
core/java/android/app/admin/SecurityLog.java +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ public class SecurityLog { * information about the process encapsulated in an {@link Object} array, accessible via * {@link SecurityEvent#getData()}: * process name (String), exact start time (long), app Uid (integer), app Pid (integer), * seinfo tag (String), SHA-256 hash of the APK in hexadecimal (String) * seinfo tag (String), SHA-256 hash of the base APK in hexadecimal (String) */ public static final int TAG_APP_PROCESS_START = SecurityLogTags.SECURITY_APP_PROCESS_START; /** Loading