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

Commit 540bc034 authored by Chih-Chung Chang's avatar Chih-Chung Chang
Browse files

Unhide reconnect() in Camera.

parent e354bba5
Loading
Loading
Loading
Loading
+15 −2
Original line number Diff line number Diff line
@@ -71481,6 +71481,19 @@
 visibility="public"
>
</method>
<method name="reconnect"
 return="void"
 abstract="false"
 native="true"
 synchronized="false"
 static="false"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
<exception name="IOException" type="java.io.IOException">
</exception>
</method>
<method name="release"
 return="void"
 abstract="false"
@@ -74110,7 +74123,7 @@
 type="float"
 transient="false"
 volatile="false"
 value="0.001f"
 value="0.0010f"
 static="true"
 final="true"
 deprecated="not deprecated"
@@ -214133,7 +214146,7 @@
 deprecated="not deprecated"
 visibility="public"
>
<parameter name="t" type="T">
<parameter name="arg0" type="T">
</parameter>
</method>
</interface>
+0 −2
Original line number Diff line number Diff line
@@ -137,8 +137,6 @@ public class Camera {
     * can be connected to another process.
     *
     * @throws IOException if the method fails.
     *
     * @hide
     */
    public native final void reconnect() throws IOException;