Changeset a03ff5d in orbit
- Timestamp:
- 11/19/13 05:27:57 (9 years ago)
- Branches:
- master, Servo
- Children:
- afcc0af
- Parents:
- 8e9b9b3
- Location:
- android
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
android/AndroidManifest.xml
rd1b57eb ra03ff5d 2 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 3 3 package="info.puzzlebox.orbit" 4 android:versionCode=" 6"5 android:versionName="1.4. 3" >4 android:versionCode="7" 5 android:versionName="1.4.4" > 6 6 7 7 <uses-sdk -
android/src/info/puzzlebox/orbit/OrbitTabActivity.java
r8e9b9b3 ra03ff5d 1139 1139 1140 1140 if (demoFlightMode) 1141 updateAudioHandlerLoopNumberWhileMindControl(20 );1141 updateAudioHandlerLoopNumberWhileMindControl(200); 1142 1142 else 1143 1143 updateAudioHandlerLoopNumberWhileMindControl(4500); … … 1162 1162 /** Is the sound loaded already? */ 1163 1163 if (loaded) { 1164 soundPool.play(soundID, volume, volume, 1, 0, 1f); 1164 // soundPool.play(soundID, volume, volume, 1, 0, 1f); 1165 soundPool.play(soundID, maxVolume, maxVolume, 1, 0, 1f); // Fixes Samsung Galaxy S4 [SGH-M919] 1165 1166 if (DEBUG) 1166 1167 Log.v(TAG, "Played sound");
Note: See TracChangeset
for help on using the changeset viewer.