---
title: "What  are BroadReceivers in Android?"  
description: "What  are BroadReceivers in Android?"  
author: "Anonymous User"  
published: 2016-01-13  
updated: 2020-09-15  
canonical: https://www.mindstick.com/interview/22971/what-are-broadreceivers-in-android  
category: "android"  
tags: ["android", "android controls"]  
reading_time: 1 minute  

---

# What  are BroadReceivers in Android?

BroadcastReceiver is a component that does nothing but receive and react to broadcast announcements.For example, the battery is low or that the user changed a language preference.

## Answers

### Answer by Anonymous User

BroadcastReceiver is a component that does nothing but receive and react to broadcast announcements.For example, the battery is low or that the user changed a language preference.


---

Original Source: https://www.mindstick.com/interview/22971/what-are-broadreceivers-in-android

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
