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

Commit ba15ed65 authored by Jing Ji's avatar Jing Ji Committed by Android (Google) Code Review
Browse files

Merge "Docs: update the example code in Looper"

parents 771dfa64 2456c281
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ import android.util.proto.ProtoOutputStream;
  *      public void run() {
  *          Looper.prepare();
  *
  *          mHandler = new Handler() {
  *          mHandler = new Handler(Looper.myLooper()) {
  *              public void handleMessage(Message msg) {
  *                  // process incoming messages here
  *              }