Updated default settings for Fidget detector, and built V4.1.12 for play Store
This commit is contained in:
Binary file not shown.
@@ -928,7 +928,7 @@ public abstract class SdDataSource {
|
||||
mFidgetDetectorEnabled = SP.getBoolean("FidgetDetectorEnabled", false);
|
||||
mFidgetPeriod = readDoublePref(SP, "FidgetDetectorPeriod", "20"); // minutes
|
||||
Log.v(TAG, "updatePrefs() - mFidgetPeriod = " + mFidgetPeriod);
|
||||
mFidgetThreshold = readDoublePref(SP, "FidgetDetectorThreshold", "5");
|
||||
mFidgetThreshold = readDoublePref(SP, "FidgetDetectorThreshold", "0.6 ");
|
||||
Log.d(TAG,"updatePrefs(): mFidgetThreshold="+mFidgetThreshold);
|
||||
|
||||
} catch (Exception ex) {
|
||||
|
||||
@@ -194,7 +194,7 @@
|
||||
android:summary="@string/FidgetDetectorEnabledSummary"
|
||||
android:title="@string/FidgetDetectorEnabledTitle" />
|
||||
<EditTextPreference
|
||||
android:defaultValue="5"
|
||||
android:defaultValue="0.6"
|
||||
android:key="FidgetDetectorThreshold"
|
||||
android:summary="@string/FidgetDetectorThresholdSummary"
|
||||
android:title="@string/FidgetDetectorThresholdTitle" />
|
||||
|
||||
Reference in New Issue
Block a user