fix getStringKey
This commit is contained in:
parent
c73606e379
commit
855f784ccb
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ public class TestVoiceActivity extends OsmandActionBarActivity {
|
||||||
private String getVoiceSystemInfo() {
|
private String getVoiceSystemInfo() {
|
||||||
String v ="";
|
String v ="";
|
||||||
v += "App profile: " + ((OsmandApplication) getApplication()).getSettings().APPLICATION_MODE.get().getStringKey();
|
v += "App profile: " + ((OsmandApplication) getApplication()).getSettings().APPLICATION_MODE.get().getStringKey();
|
||||||
v += "\n\nVoice guidance output: " + ((OsmandApplication) getApplication()).getSettings().AUDIO_STREAM_GUIDANCE.get().getStringKey();
|
v += "\n\nVoice guidance output: " + ((OsmandApplication) getApplication()).getSettings().AUDIO_STREAM_GUIDANCE.get();
|
||||||
v += "\n\nOsmAnd voice: " + osmandVoice;
|
v += "\n\nOsmAnd voice: " + osmandVoice;
|
||||||
v += "\n\nOsmAnd voice language: " + osmandVoiceLang;
|
v += "\n\nOsmAnd voice language: " + osmandVoiceLang;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue