Skip to content

Commit

Permalink
Fix javadoc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hb0 committed Mar 14, 2024
1 parent 72a2b0c commit 0461707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public interface EventHandlingStrategy extends Parcelable {
* <b>Attention:</b>
* If you want to use a **vector xml drawable as Notification icon** make sure to do the following:
* Even with `vectorDrawables.useSupportLibrary` enabled the vector drawable won't work as a notification icon
* (`notificationBuilder.setSmallIcon()`) on devices with API < 21.
* (`notificationBuilder.setSmallIcon()`) on devices with API &lt; 21.
* We assume that's because of the way we need to inject your custom notification.
* A simple fix is to have a the xml in `res/drawable-anydpi-v21/icon.xml` and to generate notification icon PNGs
* under the same resource name in the usual paths (`res/drawable-**dpi/icon.png`).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* This package contains a dummy interface for a service used to capture sensor data from a Google Android device. The
* service can be started and stopped. It caches intermediate results to the SD card and it submits finished
* measurements to a server for further processing. This dummy component of course does nothing but provide the
* necessary interface. The main entry class is {@link de.cyface.dummy.DataCapturingService}.
* necessary interface. The main entry class is {@link de.cyface.datacapturing.DataCapturingService}.
* </p>
*
* @author Klemens Muthmann
Expand Down

0 comments on commit 0461707

Please sign in to comment.