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

Commit 98b8bc7f authored by Joe Onorato's avatar Joe Onorato Committed by Android (Google) Code Review
Browse files

Merge "make the resolver activity's items visible"

parents 1bc01773 646f46ed
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,14 +39,14 @@
        android:layout_height="wrap_content" >
        <!-- Activity name -->
        <TextView android:id="@android:id/text1"
            android:textAppearance="?android:attr/textAppearanceLargeInverse"
            android:textAppearance="?android:attr/textAppearanceLarge"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:maxLines="2"
            android:paddingLeft="10dip" />
        <!-- Extended activity info to distinguish between duplicate activity names -->
        <TextView android:id="@android:id/text2"
            android:textAppearance="?android:attr/textAppearanceMediumInverse"
            android:textAppearance="?android:attr/textAppearanceMedium"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:maxLines="2"
+1 −1
Original line number Diff line number Diff line
@@ -2853,7 +2853,7 @@ class PackageManagerService extends IPackageManager.Stub {
                mResolveActivity.processName = mAndroidApplication.processName;
                mResolveActivity.launchMode = ActivityInfo.LAUNCH_MULTIPLE;
                mResolveActivity.flags = ActivityInfo.FLAG_EXCLUDE_FROM_RECENTS;
                mResolveActivity.theme = com.android.internal.R.style.Theme_Dialog_Alert;
                mResolveActivity.theme = com.android.internal.R.style.Theme_Holo_Dialog_Alert;
                mResolveActivity.exported = true;
                mResolveActivity.enabled = true;
                mResolveInfo.activityInfo = mResolveActivity;