优化代码

nx2024
Matthew 3 months ago
parent aed795ed63
commit b294897d4c

@ -1382,7 +1382,7 @@ public class MicroPhotoService extends Service {
Intent intent = new Intent(); Intent intent = new Intent();
intent.setAction(ACTION_GPS_TIMEOUT); intent.setAction(ACTION_GPS_TIMEOUT);
mPreviousGpsTimer = PendingIntent.getBroadcast(this, 0, intent, 0); mPreviousGpsTimer = PendingIntent.getBroadcast(this, BROADCAST_REQUEST_CODE_GPS, intent, 0);
alarmManager.setExactAndAllowWhileIdle(AlarmManager.ELAPSED_REALTIME_WAKEUP, SystemClock.elapsedRealtime() + mGpsTimeout, mPreviousGpsTimer); alarmManager.setExactAndAllowWhileIdle(AlarmManager.ELAPSED_REALTIME_WAKEUP, SystemClock.elapsedRealtime() + mGpsTimeout, mPreviousGpsTimer);
} catch (Exception ex) { } catch (Exception ex) {

Loading…
Cancel
Save