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

Commit b469e926 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Resolve feedback from API review"

parents 50ce99e1 3474cc99
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -183,10 +183,10 @@ namespace android {
            kOfflineLicenseStateUnknown,
            kOfflineLicenseStateUnknown,
            // Offline license state is usable, the keys may be used for decryption.
            // Offline license state is usable, the keys may be used for decryption.
            kOfflineLicenseStateUsable,
            kOfflineLicenseStateUsable,
            // Offline license state is inactive, the keys have been marked for
            // Offline license state is released, the keys have been marked for
            // release using getKeyRequest() with kKeyType_Release but the
            // release using getKeyRequest() with kKeyType_Release but the
            // key response has not been received.
            // key response has not been received.
            kOfflineLicenseStateInactive
            kOfflineLicenseStateReleased
        };
        };


        DrmPlugin() {}
        DrmPlugin() {}