summaryrefslogtreecommitdiff
path: root/rcs/presencepolling/AndroidManifest.xml
AgeCommit message (Collapse)Author
2017-02-14Turn implicit RCS broadcast to startService insteadandroid-o-preview-1o-previewBrad Ebinger
With background check enabled, RcsPresence.ACTION_PUBLISH_STATE_CHANGED is no longer starting the PersistService in the RcsStackAdapter. This change removes the receiver and instead launches the service directly when the PersistService is needed. Test: Manual Bug: 35319937 Change-Id: I4395ce9b1baa2e23bb10208e0de4aedf11de5051
2016-08-16RCS NPE when uppgrading to Nnougat-mr1-devBrad Ebinger
1) Fixes a crash upon upgrade to N where a null cursor was received when the data was damaged. 2) Adds permission to AndroidManifest for consistency. Bug: 30838787 Change-Id: I91196f3753e381d643b242f65469904e5cb4d603
2016-08-03Remove ACTION_EAB_RESET_CONTENT_OBSERVERS IntentBrad Ebinger
Replaces the ACTION_EAB_RESET_CONTENT_OBSERVERS PendingIntent with a Listener using the new AlarmManager.set() function in order to stop the non-protected broadcast from being sent. Bug: 30603480 Change-Id: I8919166b870bbfd7ebfe88cb54f7c39e2b630bb8
2016-07-27Make RCS broadcasts protectedBrad Ebinger
Mark overlooked RCS broadcast intents as protected. Change-Id: I1adb82ae6d3ff4818263030d95419fa8f3dbe0ac Fix: 30430669 Fix: 30402079
2016-06-24Protect Presence and EAB broadcastsPavel Zhamaitsiak
Bug: 29581795 Change-Id: Ide70a3490ceb353f415794e2c5bdb40c28db8f96
2016-05-02Move rcs from frameworks/opt/net/ims to external/imsPavel Zhamaitsiak
Bug: 27811089 Change-Id: I4ac4948096373f1dfe119d21c7d0870ccdb061db