Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2d2925f authored by Kenny Root's avatar Kenny Root
Browse files

Eliminate warnings from PackageParser

Change-Id: I1e07029261df59907115fd1f54da3e9b3fbfa240
parent af61fd0f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -996,6 +996,8 @@ public class IntentFilter implements Parcelable {

    /**
     * Return an iterator over the filter's categories.
     *
     * @return Iterator if this filter has categories or {@code null} if none.
     */
    public final Iterator<String> categoriesIterator() {
        return mCategories != null ? mCategories.iterator() : null;
+115 −100

File changed.

Preview size limit exceeded, changes collapsed.