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

Commit 4a51773e authored by Kenny Root's avatar Kenny Root Committed by Android (Google) Code Review
Browse files

Merge "Eliminate warnings from PackageParser"

parents e963ebdb d2d2925f
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.