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

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

Merge "Public isConnected() method"

parents 06c90217 367d0ca9
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -53,7 +53,7 @@ public abstract class MediaDevice {
     *
     *
     * @return true if the MediaDevice is be connected to transfer, false otherwise.
     * @return true if the MediaDevice is be connected to transfer, false otherwise.
     */
     */
    protected boolean isConnected() {
    public boolean isConnected() {
        return mIsConnected;
        return mIsConnected;
    }
    }