Commit Graph

4 Commits

Author SHA1 Message Date
Bob Badour d4d38d5e2e [LSC] Add LOCAL_LICENSE_KINDS to packages/services/Telecomm
Added SPDX-license-identifier-Apache-2.0 to:
  Android.bp
  testapps/Android.bp
  testapps/carmodedialer/Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all

Exempt-From-Owner-Approval: janitorial work
Change-Id: Ie5d06aea794e895202885be54a3e65d71641a74d
2021-02-12 15:08:24 -08:00
Grace Jia 18bc8a5b75 Bind self-managed calls to InCallService that support these kind of
calls.

Bug: 161144815
Test: TelecomUnitTest, manually test with test apps.
Change-Id: Ifa3566d5e681b5ab41fb3123a25fc841fa96fe60
Merged-In: Ifa3566d5e681b5ab41fb3123a25fc841fa96fe60
2021-02-01 15:56:46 +00:00
Ashwini Oruganti c51ebdf867 Add an exported flag in manifest
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 S+. 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: Iff9464db2b2cd04713a98489a097dd1570b9edf1
2020-03-23 16:54:51 -07:00
Tyler Gunn 4bb44bf1e3 Handle prioritized car mode in Telecom.
Add basic support for receiving the broadcast that the prioritized car
mode has changed in Telecom; rest of implementation TBD.
Also added a fancy new car mode dialer app which can be used in car mode.

Bug: 136109592
Test: Use new test app to verify enter/exit car mode with priority.
Test: Run new CTS tests.
Change-Id: I93daadf341e7c158260a1cc76efc6085a29f7a38
Merged-In: I93daadf341e7c158260a1cc76efc6085a29f7a38
2019-11-19 23:14:48 +00:00