Merge "Docs: update the example code in Looper"
This commit is contained in:
@@ -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
|
||||
* }
|
||||
|
||||
Reference in New Issue
Block a user