Loading Android.bp +0 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,6 @@ 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="29" android:targetSdkVersion="29" /> <uses-sdk android:minSdkVersion="28" android:targetSdkVersion="28" /> <application android:name="com.android.packageinstaller.PackageInstallerApplication" android:label="@string/app_name" Loading proguard.flags +0 −2 Original line number Diff line number Diff line Loading @@ -11,5 +11,3 @@ -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 +3 −7 Original line number Diff line number Diff line Loading @@ -84,11 +84,7 @@ <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" app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"/> </FrameLayout> android:paddingEnd="@*android:dimen/car_margin" android:paddingStart="@*android:dimen/car_margin"/> </LinearLayout> Loading
Android.bp +0 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,6 @@ 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="29" android:targetSdkVersion="29" /> <uses-sdk android:minSdkVersion="28" android:targetSdkVersion="28" /> <application android:name="com.android.packageinstaller.PackageInstallerApplication" android:label="@string/app_name" Loading
proguard.flags +0 −2 Original line number Diff line number Diff line Loading @@ -11,5 +11,3 @@ -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 +3 −7 Original line number Diff line number Diff line Loading @@ -84,11 +84,7 @@ <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" app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"/> </FrameLayout> android:paddingEnd="@*android:dimen/car_margin" android:paddingStart="@*android:dimen/car_margin"/> </LinearLayout>