Android M 里的模拟位置选项已经变了,以前的 fake gps 已经不奏效了。 有没有什么软件在 Marshmallow 里面可以有效的伪装地理位置吗?
![]() | 1 z67nnciQnb7r8bLf 2016-03-23 21:06:35 +08:00 locationManager.setTestProviderLocation |
3 honeycomb 2016-03-23 23:03:03 +08:00 xprivacy |
4 contactfront 2016-03-24 04:46:14 +08:00 xprivacy 呗 |
![]() | 5 chenliang0571 2016-03-24 08:38:35 +08:00 via Android I was facing the same problem. Even though my app's manifest file (debug build) had the required permission (ACCESS_MOCK_LOCATION), the Select Mock Location app showed no app in the list. Solution: I started my application, pressed the home button (to send my app's activity to the background), and then navigated to Settings -> Developer Options -> Select Mock Location App. My app was now visible in the list. http://stackoverflow.com/questions/32755142/enable-mock-locations-in-android-marshmallow 试试把 fake gps 切换到后台,然后开发者选项里面选它 |
![]() | 6 wangxiaohao 2016-03-29 15:15:12 +08:00 群里大神自己写了一个..“任我行” 貌似对 5.0 还不太支持 |