Modified sdServer to use a single ToneGenerator instance rather than create a new one for each beep.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="uk.org.openseizuredetector"
|
||||
android:versionCode="20"
|
||||
android:versionName="2.0.1" >
|
||||
android:versionCode="21"
|
||||
android:versionName="2.0.2a" >
|
||||
|
||||
<uses-sdk android:minSdkVersion="14" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user