mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 04:28:10 +00:00
Soft volume. Forced for galaxy S. Pref. access mgr.
This commit is contained in:
parent
9aa95c08cc
commit
857dd1503e
1 changed files with 4 additions and 0 deletions
|
|
@ -97,4 +97,8 @@ public final class Hacks {
|
|||
|
||||
Log.d(LinphoneManager.TAG, sb.toString());
|
||||
}
|
||||
|
||||
public static boolean needSoftvolume() {
|
||||
return isGalaxySOrTab();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue