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

Commit 646f46ed authored by Joe Onorato's avatar Joe Onorato
Browse files

make the resolver activity's items visible

Change-Id: Ic02c834c01c3d71d6e1c073f986b87ae5faa1da0
parent a4eb4c3a
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;