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

Commit c1a49b50 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

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

parents 1cf8b0b6 6c729b41
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();
}