Skip to content

Nugon SOS v1.3 - Versión Autostart

Choose a tag to compare

@jzsalinas jzsalinas released this 28 Jul 12:06

Automatic Start on Boot

I have implemented a dual-trigger mechanism to ensure Nugon SOS starts automatically whenever the device is rebooted.

Key Changes

1. Boot Receiver

Implemented [BootReceiver.java] and registered it in the [AndroidManifest.xml].

  • Trigger: System-wide ACTION_BOOT_COMPLETED intent.
  • Action: Immediately starts the EmergencyService monitor.

2. Accessibility Service Redundancy

Updated [NugonAccessibilityService.java] to start the monitor inside onServiceConnected().

  • Why?: Android automatically restarts enabled Accessibility Services during boot. This serves as a secondary, highly reliable trigger that often bypasses manufacturer-specific "auto-start" restrictions.