summaryrefslogtreecommitdiff
path: root/power_profile
AgeCommit message (Collapse)Author
2023-02-14Remove erroneous CC-BY-NC license text.Bob Badour
Originally applied as part of a template to Google-authored resources in a way that when the NC license was removed it did not automatically propagate to this project. Bug: 268565160 Test: m droid dist Change-Id: I6a1c50c972940fed67472b26e1433a4484b02073
2020-03-24Add an exported flag in manifestAshwini Oruganti
With b/150232615, we will need an explicit value set for the exported flag when intent filters are present, as the default behavior is changing for future versions. This change adds the value reflecting the previous default to the manifest. These changes were made using an automated tool, the xml file may be reformatted slightly creating a larger diff. The only "real" change is the addition of "android:exported" to activities, services, and receivers that have one or more intent-filters. Bug: 150232615 Test: TH Exempt-From-Owner-Approval: mechanical refactoring Change-Id: I273c2fa10b59183a0e3e540fbc2bb6e71fbf28a8
2017-08-30power_profile: background photo captureMarissa Wall
Set the app to take photos every 6s. This is the requirement for the camera.avg measurement in the power profile. Test: start app and make sure the photos are being taken Change-Id: I16770db2cec46ba0ac0b21cfecdff1f412c2cc1b
2017-08-30power_profile: snapshot of camera2basicMarissa Wall
This app will be used to measure the power of the camera. To start out with, take https://github.com/googlesamples/android-Camera2Basic. This is a sample google tutorial app for the camera. We will modify the app in future patches to automatically take photos. Portions of the app have been renamed to cameraavg. Some unused files have been deleted. Test: take photos using app Change-Id: I3e137a9dce64beef811346ea6bcdeebcc440667e
2017-08-30power_profile: gps appMarissa Wall
This app turns on the gps and requests its location multiple times. It will be used to measure the power of the gps. Test: run app and make sure the gps turns on Change-Id: I06c950f62b8cc5d3872a1703cd5b01127a6e0de6
2017-08-30power_profile: flashlight appMarissa Wall
This app turns on the flashlight in torch mode. It will be used to measure the power of the flashlight. Test: run app and make sure the flashlight turns on Change-Id: Ia3914b0ecbfebc5c3d02b2b303529537fae4a7f6