Commit Graph

3 Commits

Author SHA1 Message Date
Philip P. Moltmann
d25ec877da Make package installer a sequence of alert-dialogs.
To make sure the dialog does not change height a single content for all
steps of the sequence. We just unhide the view that should actually be
shown.

Also added a night-mode theme.

Test: Manually uninstalled, installed and update package.
      atest CtsNoPermissionTestCases
            CtsNoPermissionTestCases25
	    CtsPackageInstallTestCases
	    CtsPackageUninstallTestCases
	    CtsPackageInstallerTapjackingTestCases
Change-Id: I890bb1f2697df3af87b6cb65e460f611334523ee
2018-08-03 10:28:56 -07:00
Philip P. Moltmann
f325e288b3 Clean up package installer
- remove unnecessary androidx dependency
- Move OverlayTouchActivity to base package as this app does not deal
  with permissions anymore.

Test: Built
Change-Id: I055ac287f480e9ba47c54333e7994efe87648f1b
2018-08-01 10:21:30 -07:00
Philip P. Moltmann
d85d941f5a Copy package installer into framework/base/packages/PackageInstaller
No code modifications done yet so that it will be clear what code
changed.

Test: Does not build. requires later change
Change-Id: If0c0be70555808424d214ba6627a3042666925ed
2018-07-30 08:59:51 -07:00