Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
0f006ab1
Commit
0f006ab1
authored
Jun 04, 2018
by
Erwan Croze
👋🏻
Browse files
Fix name of hold sound for android
parent
d3029aa9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
wrappers/java/classes/tools/AndroidPlatformHelper.java
wrappers/java/classes/tools/AndroidPlatformHelper.java
+2
-2
No files found.
wrappers/java/classes/tools/AndroidPlatformHelper.java
View file @
0f006ab1
...
...
@@ -86,7 +86,7 @@ public class AndroidPlatformHelper {
mLinphoneRootCaFile
=
basePath
+
"/share/linphone/rootca.pem"
;
mRingSoundFile
=
basePath
+
"/share/sounds/linphone/rings/notes_of_the_optimistic.mkv"
;
mRingbackSoundFile
=
basePath
+
"/share/sounds/linphone/ringback.wav"
;
mPauseSoundFile
=
basePath
+
"/share/sounds/linphone/rings/
its_a_game
.mkv"
;
mPauseSoundFile
=
basePath
+
"/share/sounds/linphone/rings/
dont_wait_too_long
.mkv"
;
mErrorToneFile
=
basePath
+
"/share/sounds/linphone/incoming_chat.wav"
;
mGrammarCpimFile
=
basePath
+
"/share/belr/grammars/cpim_grammar"
;
mGrammarVcardFile
=
basePath
+
"/share/belr/grammars/vcard_grammar"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment