Skip to content

Instantly share code, notes, and snippets.

@rajajawahar
Created March 26, 2018 19:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rajajawahar/add6d56003699385b2fb6a078c8c8e57 to your computer and use it in GitHub Desktop.
Save rajajawahar/add6d56003699385b2fb6a078c8c8e57 to your computer and use it in GitHub Desktop.
<receiver android:name=".BatteryLowReceiver">
<intent-filter>
<action android:name="android.intent.action.BATTERY_LOW" />
</intent-filter>
</receiver>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment