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

Commit ae460ebf authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am b3e37b3b: am c1a49b50: Merge "Fix issue #22479881: Nexus 6 randomly...

am b3e37b3b: am c1a49b50: Merge "Fix issue #22479881: Nexus 6 randomly rebooting every few hours with..." into mnc-dev

* commit 'b3e37b3b':
  Fix issue #22479881: Nexus 6 randomly rebooting every few hours with...
parents e12c549b b3e37b3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ package com.android.internal.widget;
import android.os.IBinder;

/** {@hide} */
interface IRemoteViewsAdapterConnection {
oneway interface IRemoteViewsAdapterConnection {
    void onServiceConnected(IBinder service);
    void onServiceDisconnected();
}