Help on broadcasting intents?
Posted: 04 Jun 2013 05:54
The app I am trying to broadcast an intent to is Remote Android Notifier [https://play.google.com/store/apps/deta ... fier&hl=en], whose source can be found here:
https://code.google.com/p/android-notif ... r%2Flocale
The app has a tasker/locale plugin which allows one to disable/enable the notification service. The link above should go to the page containing the source code dealing with this action. I assume that the enabling/disabling is done through the use of intents. I need help in identifying the specific intent to broadcast and what extras should be passed and in what format it should be in. I believe that the intent is org.damazio.notifer.locale.EditActivity and the extras should contain the enabled state. In what format should this be passed though? If it is possible, can anyone read through the source code and help me?
https://code.google.com/p/android-notif ... r%2Flocale
The app has a tasker/locale plugin which allows one to disable/enable the notification service. The link above should go to the page containing the source code dealing with this action. I assume that the enabling/disabling is done through the use of intents. I need help in identifying the specific intent to broadcast and what extras should be passed and in what format it should be in. I believe that the intent is org.damazio.notifer.locale.EditActivity and the extras should contain the enabled state. In what format should this be passed though? If it is possible, can anyone read through the source code and help me?