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

Commit dabd88c6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Specify @throws for secure_element AIDL reset() method" am: 45322523 am: 868694b3

parents 99e1788d 868694b3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -117,6 +117,9 @@ interface ISecureElement {
     * closed by this operation.
     * HAL service must send onStateChange() with connected equal to true
     * after resetting and all the re-initialization has been successfully completed.
     *
     * @throws ServiceSpecificException on error with the following code:
     *  - FAILED if the service was unable to reset the secure element.
     */
    void reset();