History log of /packages/apps/PackageInstaller/src/com/android/packageinstaller/TabsAdapter.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
22d31ce57f956ef2f914179b8a73f64edc885276 23-Oct-2015 Todd Kennedy <toddke@google.com> Remove InstallFlowAnalytics

These were no longer being used and they were broken with a recent change
adjusting the flow of the PackageInstaller.

Bug: 24542039
Change-Id: I14b98dd0f8cdb69d31eab54a3f1b96048263c222
/packages/apps/PackageInstaller/src/com/android/packageinstaller/TabsAdapter.java
7b30bc34492a0c53b02cec2fee7d0993da407fc4 04-Sep-2013 Alex Klyubin <klyubin@google.com> Record analytics about package install attempts to Event Log.

The purpose of this change is to provide analytics about the various
stages of the install flow. Recorded information does not contain
user-, device-, or package/app-identifying information.

Examples of recorded information are:
* duration of the flow (start to finish)
* duration of the flow until the moment the user clicks Install
* whether the attempt is an update or a new install.
* whether app verification is enabled.
* whether Unknown Sources is enabled.
* whether the attempt was blocked by Unknown Sources.
* whether permissions were displayed.
* error code (if any) returned by PackageManager when installing the
package.

Bug: 10605940

Change-Id: I9bc009223a365a558cdf02bd91cf4315b82564c2
/packages/apps/PackageInstaller/src/com/android/packageinstaller/TabsAdapter.java
2055eecd55b944643111c4987e507f4a650f95e4 25-Mar-2013 Nick Kralevich <nnk@google.com> Move TabsAdapter into it's own class.

Extract TabsAdapter into it's own class. It makes the code
more reusable and makes PackageInstallerActivity.java smaller.
No change in functionality.

Change-Id: I1ebc7fd05f600fd4764020c5ab72274f435ed211
/packages/apps/PackageInstaller/src/com/android/packageinstaller/TabsAdapter.java