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

Commit ef312393 authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "libbinder: recommend against getService" am: d7c2e5ee am: 1efd4920 am: c4bbf5ce

parents 72e03164 c4bbf5ce
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -67,6 +67,7 @@ public:
     * a system property, or in the case of services in the VINTF manifest, it can be checked
     * with isDeclared).
     */
    [[deprecated("this polls for 5s, prefer waitForService or checkService")]]
    virtual sp<IBinder> getService(const String16& name) const = 0;

    /**