Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-2168] Android: Application Event not received when making a phone call

GitHub Issuen/a
TypeNew Feature
PriorityLow
StatusClosed
ResolutionInvalid
Resolution Date2017-06-07T22:31:50.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAndroid
Labelsandroid, applications, event, feature, resume
ReporterThomas Huelbert
AssigneeIngo Muschenetz
Created2011-04-15T03:12:33.000+0000
Updated2017-06-07T22:31:50.000+0000

Description

1.5.0.70ce98 g2 running 2.2, G1 running 1.6, sim 2.2

1.Platform > Application Events
2.as per the tets, make a call, then return to the app

results: nothing, no change event fired. As this is the first time I have ever run this test (never had a sim card before), I'm not sure if this should even work on android.

Comments

  1. Don Thorp 2011-04-15

    Since the phone call is handled by the external dialer app, we don't get a direct notification. It looks like could try to monitor whether the phone is off or on hook. It requires adding READ_PHONE_STATE permission and the http://developer.android.com/reference/android/telephony/TelephonyManager.html"> TelephonyManager

  2. Lee Morris 2017-06-07

    Closing ticket due to time passed and lack of work.

JSON Source