---
title: "What is a Sticky Intent?"  
description: "What is a Sticky Intent?"  
author: "Hemant Patel"  
published: 2018-01-10  
canonical: https://answers.mindstick.com/qa/32777/what-is-a-sticky-intent  
category: "technology"  
tags: ["android"]  
reading_time: 1 minute  

---

# What is a Sticky Intent?

What is a Sticky [Intent](https://www.mindstick.com/forum/2382/how-to-set-textview-from-another-activity-using-intent-extra)?

## Answers

### Answer by Prateek sharma

A sticky intent is also a type of intent which allows the user to send messages through activities or services. the sticky intent is used where we want to retain the value after it has been broadcasted by sendStrickeyBroadcast() method.

the value can be accessed by the value returned by registerReceiver(BroadcastReceiver, IntentFilter).


---

Original Source: https://answers.mindstick.com/qa/32777/what-is-a-sticky-intent

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
