(receiver) create package for receiver

This commit is contained in:
torrentcome 2017-05-15 12:05:10 +02:00
commit ed5564d4d5
6 changed files with 8 additions and 6 deletions

View file

@ -81,7 +81,7 @@
android:name="com.theartofdev.edmodo.cropper.CropImageActivity"
android:theme="@style/Base.Theme.AppCompat" />
<receiver android:name=".util.NotificationClearBroadcastReceiver" />
<receiver android:name=".receiver.NotificationClearBroadcastReceiver" />
<service
tools:targetApi="24"