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

Commit 48629c95 authored by Jonathan Koo's avatar Jonathan Koo
Browse files

DO NOT MERGE: Add PagedRecyclerView in PermissionController.

bug: 131422236
Test: Manual Test
Change-Id: If099a0786e5bde012babfcb98c38adeb93f8748b
parent 7e6bc8ad
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -44,6 +44,7 @@ android_app {

    static_libs: [
        "iconloader",
        "car-apps-common",
        "com.google.android.material_material",
        "androidx.transition_transition",
        "androidx-constraintlayout_constraintlayout",
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@
    <uses-permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE" />
    <uses-permission android:name="android.permission.SUBSTITUTE_NOTIFICATION_APP_NAME" />

    <uses-sdk android:minSdkVersion="28" android:targetSdkVersion="28" />
    <uses-sdk android:minSdkVersion="29" android:targetSdkVersion="29" />

    <application android:name="com.android.packageinstaller.PackageInstallerApplication"
            android:label="@string/app_name"
+2 −0
Original line number Diff line number Diff line
@@ -11,3 +11,5 @@
-keep class * implements com.android.packageinstaller.role.model.RoleBehavior {
    *;
}

-keep class com.android.car.apps.common.widget.CarScrollBar
 No newline at end of file
+7 −3
Original line number Diff line number Diff line
@@ -84,7 +84,11 @@
    <FrameLayout
        android:id="@android:id/list_container"
        android:layout_width="match_parent"
        android:layout_height="match_parent">
        <com.android.car.apps.common.widget.PagedRecyclerView
            android:id="@+id/recycler_view"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
        android:paddingEnd="@*android:dimen/car_margin"
        android:paddingStart="@*android:dimen/car_margin"/>
            app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"/>
    </FrameLayout>
</LinearLayout>