{HidDevice,Pan}Service: Use explicit looper
The default constructor of Handler use Looper.myLooper(), which in Services is Looper.getMainLooper(). This constructor is deprecated because implicit loopers are errorprone. Bug: 305741984 Test: m com.android.btservices Change-Id: I8f60f5c89350a15dc741441ec10c18819797c756
Loading
Please register or sign in to comment