Android前台服务在几天后停止请求位置更新。
创始人
2024-10-09 15:02:12
0

出现这种情况可能是由于Android系统的Doze模式或应用程序被优化导致的。为了解决这个问题,我们可以使用AlarmManager在一定的时间间隔内重新启动服务,并在服务中请求位置更新。

以下是一个示例代码,其中“FOREGROUND_SERVICE_ID”是前台服务的ID,而“LOCATION_REQUEST_INTERVAL”是请求位置更新的时间间隔。

public class LocationService extends Service implements LocationListener {
 
    private static final long LOCATION_REQUEST_INTERVAL = 10000; // 10 seconds
 
    private LocationManager locationManager;
 
    private PendingIntent locationUpdateIntent;
 
    @Nullable
    @Override
    public IBinder onBind(Intent intent) {
        return null;
    }
 
    @Override
    public void onCreate() {
        super.onCreate();
 
        locationManager = (LocationManager) getSystemService(Context.LOCATION_SERVICE);
    }
 
    @Override
    public int onStartCommand(Intent intent, int flags, int startId) {
 
        if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
            NotificationChannel channel = new NotificationChannel(
                    "default",
                    "Location Service",
                    NotificationManager.IMPORTANCE_LOW
            );
 
            NotificationManager notificationManager = getSystemService(NotificationManager.class);
            notificationManager.createNotificationChannel(channel);
 
            Notification notification = new NotificationCompat.Builder(this, "default")
                    .setContentTitle("Location Service")
                    .setContentText("Location service is running")
                    .setSmallIcon(R.mipmap.ic_launcher)
                    .build();
 
            startForeground(FOREGROUND_SERVICE_ID, notification);
        }
 
        requestLocationUpdates();
 
        return START_STICKY;
    }
 
    @Override
    public void onDestroy() {
        super.onDestroy();
 
        locationManager.removeUpdates(this);
    }
 
    private void requestLocationUpdates() {
 
        Intent intent = new Intent(this, LocationService.class);
        locationUpdateIntent = PendingIntent.getService(this, 0, intent, PendingIntent.FLAG_UPDATE_CURRENT);
 
        AlarmManager alarmManager = (AlarmManager) getSystemService(ALARM_SERVICE);
 
        if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {
            alarmManager.setAndAllowWhileIdle(AlarmManager.RTC_WAKEUP, System.currentTimeMillis() + LOCATION_REQUEST_INTERVAL, locationUpdateIntent);
        } else {
            alarmManager.set(AlarmManager.RTC_WAKEUP, System.currentTimeMillis() + LOCATION_REQUEST_INTERVAL, locationUpdateIntent);
        }
 
        if (ActivityCompat.checkSelfPermission(this, Manifest.permission.ACCESS_FINE_LOCATION) != PackageManager.PERMISSION_GRANTED) {
            return;
        }
 
        locationManager.requestLocationUpdates(LocationManager.GPS_PROVIDER, LOCATION_REQUEST_INTERVAL, 0, this);
 
    }
 
    @Override

相关内容

热门资讯

透视了解!德普之星怎么设置埋牌... 透视了解!德普之星怎么设置埋牌,德普之星辅助器app-原来真的是有辅助神器(哔哩哔哩)1、免费脚本咨...
透视详情!aa poker透视... 透视详情!aa poker透视软件,aapoker ai插件-本来存在有辅助攻略(哔哩哔哩)能透视中...
透视专业!wepoker挂,w... 透视专业!wepoker挂,wepoker怎么设置透视-确实真的有辅助神器(哔哩哔哩)运辅助工具,进...
透视普及!wepoker怎么设... 透视普及!wepoker怎么设置盖牌,wepoker怎么下载游戏-一直一直都是有辅助软件(哔哩哔哩)...
透视曝光!wepoker免费脚... 透视曝光!wepoker免费脚本咨询,wepoker轻量版辅助-都是一直都是有辅助方法(哔哩哔哩)1...
透视解密!wepoker有透视... 透视解密!wepoker有透视功能吗,htx矩阵wepoker辅助-确实真的有辅助脚本(哔哩哔哩)1...
透视有挂!wpk辅助软件,wp... 透视有挂!wpk辅助软件,wpk透视辅助靠谱吗-一直真的有辅助教程(哔哩哔哩)1、玩家可以在线上大神...
透视分享!aapoker怎么控... 透视分享!aapoker怎么控制牌,aapoker ai插件-切实有辅助方法(哔哩哔哩)1、免费脚本...
透视解迷!werplan外挂,... 透视解迷!werplan外挂,智星菠萝辅助-真是真的是有辅助技巧(哔哩哔哩)1、很好的工具软件,可以...
透视科普!wpk德州局透视,w... 透视科普!wpk德州局透视,wpk德州局透视-都是是真的有辅助攻略(哔哩哔哩)1、点击下载安装,德州...