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

Commit 836a1f2c authored by Joe Onorato's avatar Joe Onorato
Browse files

Fix the build. That was an API change.

parent e8d898f4
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -29824,6 +29824,8 @@
 deprecated="not deprecated"
 visibility="public"
>
<implements name="java.lang.Cloneable">
</implements>
<implements name="java.lang.Comparable">
</implements>
<implements name="android.os.Parcelable">
@@ -29874,6 +29876,17 @@
<parameter name="in" type="android.os.Parcel">
</parameter>
</constructor>
<method name="clone"
 return="android.content.ComponentName"
 abstract="false"
 native="false"
 synchronized="false"
 static="false"
 final="false"
 deprecated="not deprecated"
 visibility="public"
>
</method>
<method name="compareTo"
 return="int"
 abstract="false"