Soft volume. Forced for galaxy S. Pref. access mgr.

This commit is contained in:
Guillaume Beraudo 2011-04-18 15:18:00 +02:00
parent 9aa95c08cc
commit 857dd1503e

View file

@ -97,4 +97,8 @@ public final class Hacks {
Log.d(LinphoneManager.TAG, sb.toString());
}
public static boolean needSoftvolume() {
return isGalaxySOrTab();
}
}