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

Commit b8908892 authored by Jeff Hamilton's avatar Jeff Hamilton
Browse files

Fix the build.

There was an issue with current.xml from a previous backup related change. Joe blames the stage.
parent b2a50115
Loading
Loading
Loading
Loading
+40 −5
Original line number Diff line number Diff line
@@ -21831,7 +21831,7 @@
<method name="flush"
 return="void"
 abstract="false"
 native="false"
 native="true"
 synchronized="false"
 static="false"
 final="false"
@@ -21842,7 +21842,7 @@
<method name="write"
 return="void"
 abstract="false"
 native="false"
 native="true"
 synchronized="false"
 static="false"
 final="false"
@@ -21855,7 +21855,7 @@
<method name="write"
 return="void"
 abstract="false"
 native="false"
 native="true"
 synchronized="false"
 static="false"
 final="false"
@@ -21868,7 +21868,7 @@
<method name="write"
 return="void"
 abstract="false"
 native="false"
 native="true"
 synchronized="false"
 static="false"
 final="false"
@@ -21885,7 +21885,7 @@
<method name="writeKey"
 return="void"
 abstract="false"
 native="false"
 native="true"
 synchronized="false"
 static="false"
 final="false"
@@ -21895,6 +21895,41 @@
<parameter name="key" type="java.lang.String">
</parameter>
</method>
<method name="writeOperation"
 return="void"
 abstract="false"
 native="true"
 synchronized="false"
 static="false"
 final="false"
 deprecated="not deprecated"
 visibility="public"
>
<parameter name="op" type="int">
</parameter>
</method>
<field name="OP_DELETE"
 type="int"
 transient="false"
 volatile="false"
 value="2"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="OP_UPDATE"
 type="int"
 transient="false"
 volatile="false"
 value="1"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
</class>
<class name="FileBackupHelper"
 extends="java.lang.Object"