您当前的位置: 首页 >  android studio
  • 1浏览

    0关注

    483博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

Android Studio报错:Service Intent must be explicit

高精度计算机视觉 发布时间:2018-07-29 12:45:26 ,浏览量:1

今天碰到一个报错:Service Intent must be explicit

解决办法这里比较全:

https://stackoverflow.com/questions/27842430/service-intent-must-be-explicit-intent

https://stackoverflow.com/questions/24480069/google-in-app-billing-illegalargumentexception-service-intent-must-be-explicit#26318757

我采用了其中比较省事的办法,

Intent accessIntent = new Intent(MainActivity.this, KeyAccessibilityService.class);
accessIntent.setAction(Settings.ACTION_ACCESSIBILITY_SETTINGS);
accessIntent.setAction("com.android.vending");

其中关键的就是这一句:accessIntent.setAction("com.android.vending");

 

关注
打赏
1661664439
查看更多评论
立即登录/注册

微信扫码登录

0.1316s