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

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

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

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

* commit 'ae460ebf':
  Fix issue #22479881: Nexus 6 randomly rebooting every few hours with...
parents 6af63384 ae460ebf
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();
}