Loading Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,7 @@ android_app { static_libs: [ "iconloader", "car-apps-common", "com.google.android.material_material", "androidx.transition_transition", "androidx-constraintlayout_constraintlayout", Loading AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading proguard.flags +2 −0 Original line number Diff line number Diff line Loading @@ -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 res/layout/car_settings_frame.xml +7 −3 Original line number Diff line number Diff line Loading @@ -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> Loading
Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,7 @@ android_app { static_libs: [ "iconloader", "car-apps-common", "com.google.android.material_material", "androidx.transition_transition", "androidx-constraintlayout_constraintlayout", Loading
AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading
proguard.flags +2 −0 Original line number Diff line number Diff line Loading @@ -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
res/layout/car_settings_frame.xml +7 −3 Original line number Diff line number Diff line Loading @@ -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>