Skip to content

Commit 0abcd7c

Browse files
committedMay 16, 2013
Show dialer on OTA screen
Change-Id: I4c154e65e23603c3e61f373b675013860695994c
1 parent 53b6029 commit 0abcd7c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎overlay/packages/apps/Phone/res/values/config.xml

+7
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,11 @@
3434
are routed through the android.media.AudioManager class (true) or through
3535
the com.android.internal.telephony.Phone interface (false). -->
3636
<bool name="send_mic_mute_to_AudioManager">true</bool>
37+
38+
<!-- Determine whether we want to display the OTA activation screen, which
39+
gives the user option to activate or cancel -->
40+
<integer name="OtaShowActivationScreen">0</integer>
41+
<!-- Determine whether we should show the "listen for instructions" screen after
42+
successfully placing the OTA call -->
43+
<integer name="OtaShowListeningScreen">1</integer>
3744
</resources>

0 commit comments

Comments
 (0)
Please sign in to comment.