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

Commit 147f7df3 authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android (Google) Code Review
Browse files

Merge "IAE: Service not registered: com.android.server.AccessibilityManagerService" into honeycomb

parents d139a0ca 6f089b87
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -685,6 +685,7 @@ public class AccessibilityManagerService extends IAccessibilityManager.Stub
         */
        public boolean unbind() {
            if (mService != null) {
                mService = null;
                mContext.unbindService(this);
                mComponentNameToServiceMap.remove(mComponentName);
                mServices.remove(this);