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

Commit 563a2719 authored by Josh Guilfoyle's avatar Josh Guilfoyle
Browse files

Reversed accidental API changes.

Change-Id: I60e858ddb9edb77a421a4ff6891b5102395e2a9e
parent fde7da25
Loading
Loading
Loading
Loading
+0 −25
Original line number Diff line number Diff line
@@ -148883,17 +148883,6 @@
<parameter name="flags" type="int">
</parameter>
</method>
<method name="getInstalledThemePackages"
 return="java.util.List&lt;android.content.pm.PackageInfo&gt;"
 abstract="false"
 native="false"
 synchronized="false"
 static="false"
 final="false"
 deprecated="not deprecated"
 visibility="public"
>
</method>
<method name="getInstallerPackageName"
 return="java.lang.String"
 abstract="false"
@@ -203370,20 +203359,6 @@
<parameter name="attrs" type="android.util.AttributeSet">
</parameter>
</constructor>
<constructor name="LinearLayout"
 type="android.widget.LinearLayout"
 static="false"
 final="false"
 deprecated="not deprecated"
 visibility="public"
>
<parameter name="context" type="android.content.Context">
</parameter>
<parameter name="attrs" type="android.util.AttributeSet">
</parameter>
<parameter name="defStyle" type="int">
</parameter>
</constructor>
<method name="getBaselineAlignedChildIndex"
 return="int"
 abstract="false"
+1 −0
Original line number Diff line number Diff line
@@ -115,6 +115,7 @@ public class LinearLayout extends ViewGroup {
        this(context, attrs, 0);
    }
    
    /** @hide pending api review */
    public LinearLayout(Context context, AttributeSet attrs, int defStyle) {
        super(context, attrs, defStyle);

+1 −0
Original line number Diff line number Diff line
@@ -464,6 +464,7 @@ public class MockPackageManager extends PackageManager {
        throw new UnsupportedOperationException();
    }

    /** @hide */
    @Override
    public List<PackageInfo> getInstalledThemePackages() {
        throw new UnsupportedOperationException();