twilightgod / MalwareBuster

This is a Xposed module. It helps to prevent malwares to register service/receiver which were disabled in My Android Tools before.
Apache License 2.0
28 stars 6 forks source link

bug with Uber #6

Open 4ft35t opened 9 years ago

4ft35t commented 9 years ago

开启对 uber(https://play.google.com/store/apps/details?id=com.ubercab) 限制后,会强制禁用 com.baidu.location.f 服务,导致无法定位。

系统版本: 5.0.1
app version: 1.1
Xposed: xda

twilightgod commented 9 years ago

可以把xposed installer的log贴上来吗

4ft35t commented 9 years ago

04-14 15:52:58.296 I/Xposed (31117): com.rexpress.xposed.malwarebuster : Need Hook: com.ubercab 04-14 15:52:59.867 I/Xposed (31117): com.rexpress.xposed.malwarebuster : setComponentEnabledSetting hooked for ComponentInfo{com.ubercab/com.baidu.location.f}

4ft35t commented 9 years ago

这个应该是在程序启动过程中会判断地域,选择调用百度定位服务还是 Google 定位服务

twilightgod commented 9 years ago

嗯, 的确是把location.f这个禁了, Uber有其他流氓服务吗? 暂时只能按一个app为单位禁用

cfan8 commented 9 years ago

似乎是 Uber 的这个服务始终时通过动态注册的方法掉用的?