This patch fixes following issues:
* Starting from Android 11 it is not possible to use Runtime.exec to
execute commands that require shell permissions like `am start`.
* Engineering Android versions has su that doesn't support -c argument.
- Add copyright headers to files that did not already have them
- Update the year to the last year the file was modified in files with
existing headers.
The report_results parameter has been removed as the parsing functionality
is now performed by the `uxperf` processor therefore to report the
results of the application launch time ensure the processor has been
enabled.