openHPI / xikolo-android

📱 Android App of the HPI MOOC Platform
https://play.google.com/store/apps/dev?id=7185448023325736337
GNU General Public License v3.0
41 stars 15 forks source link

Move and redeclare ShareBroadcastReceiver #290

Closed bengelhaupt closed 4 years ago

bengelhaupt commented 4 years ago

In #181 I forgot to change the manifest declaration of the ShareBroadcastReceiver. I now moved it to the .receivers package and changed the manifest accordingly.

Fixes #289