# 'key.store' for the location of your keystore and
# 'key.alias' for the name of the key to use.
# The password will be asked during the build when you use the 'release' target.
-
+key.store=/home/michael/Android/devel-key/gernoth.keystore
+key.alias=de.rmdir.key
public synchronized int getSavedDelay() {
SharedPreferences settings = ctx.getSharedPreferences(PREFS_NAME, Context.MODE_PRIVATE);
- return settings.getInt("debounce_delay", 10);
+ return settings.getInt("debounce_delay", 15);
}
public synchronized void setSavedDelay(int delay) {