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

Commit a897aa38 authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by android-build-merger
Browse files

Merge "Fine tune UI of package installer." into nyc-dev

am: 51b7ac8d

* commit '51b7ac8d':
  Fine tune UI of package installer.

Change-Id: I5ed0b29fa5160f0900838efd1e6359a53d3312e0
parents 0ef434ea 51b7ac8d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -184,11 +184,13 @@ public class PackageInstallerActivity extends Activity implements OnCancelListen
                msg = (mAppInfo.flags & ApplicationInfo.FLAG_SYSTEM) != 0
                        ? R.string.install_confirm_question_update_system_no_perms
                        : R.string.install_confirm_question_update_no_perms;

                findViewById(R.id.spacer).setVisibility(View.VISIBLE);
            } else {
                // This is a new application with no permissions.
                msg = R.string.install_confirm_question_no_perms;
            }
            tabHost.setVisibility(View.GONE);
            tabHost.setVisibility(View.INVISIBLE);
            mScrollView = null;
        }
        if (msg != 0) {