We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b6029 commit 0abcd7cCopy full SHA for 0abcd7c
overlay/packages/apps/Phone/res/values/config.xml
@@ -34,4 +34,11 @@
34
are routed through the android.media.AudioManager class (true) or through
35
the com.android.internal.telephony.Phone interface (false). -->
36
<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>
44
</resources>
0 commit comments