Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8320515
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T22:40:33+00:00 2026-06-08T22:40:33+00:00

How do we specify in broadcast sending application that which application can receive this

  • 0

How do we specify in broadcast sending application that which application can receive this broadcast, and in receiving application that which particular application has the permission to send broadcast to its broadcast receiver…

I am new to android..I read the documentation etc on internet but couldn’t find the syntax to specify these permissions.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T22:40:35+00:00Added an answer on June 8, 2026 at 10:40 pm

    use an intent filter in receiver tag in manifest

     <receiver
        android:name="Your receiver"
        android:enabled="true"
        android:exported="false" >
        <intent-filter>
            <action android:name="action"/>
            <category android:name="category" />
        </intent-filter>
    </receiver>
    

    To send broadcast to app

       Intent intent = new Intent();
       intent.setAction("use same action in receiver");
       intent.addcategory("use same category in receiver");
       context.sendBroadcast(intent); 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I specify that a method should take as parameter a pointer to
We can specify a derived from constraint on generic type parameters like this: class
How can we specify range of values from CASE inside WHERE clause? This query
You can specify in your maven settings file that you want to run in
Can I specify interfaces when I declare a member? After thinking about this question
Can you specify that it must do one or the other?
Is it possible to specify time after which I can show busy indicator? My
Is there any way to specify the time intervals that the Location Manager broadcasts
How do I specify the following requirement in my html? When the computer has
I would like to specify that I want FEATURE_INDETERMINATE_PROGRESS for my Activity . It

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.