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

Commit 2456c281 authored by Jing Ji's avatar Jing Ji
Browse files

Docs: update the example code in Looper

Bug: 171488435
Test: m -j offline-sdk-docs
Change-Id: I995ae3a9d96f2b44384220201127d3b2d3a768be
parent 7f7a8d7b
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
  *              }