Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/wear-os-hex-editor-watchface.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/java/com/clusterrr/hexeditorwatchface/Setting.java')
-rw-r--r--app/src/main/java/com/clusterrr/hexeditorwatchface/Setting.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/java/com/clusterrr/hexeditorwatchface/Setting.java b/app/src/main/java/com/clusterrr/hexeditorwatchface/Setting.java
index 7fc117c..cc386bb 100644
--- a/app/src/main/java/com/clusterrr/hexeditorwatchface/Setting.java
+++ b/app/src/main/java/com/clusterrr/hexeditorwatchface/Setting.java
@@ -17,6 +17,7 @@ public class Setting {
mDefaultValue = defaultValue;
}
+ public String getName() { return mName; }
public String[] getValueNames() { return mValueNames.clone(); }
public String getValueName(int i) { return mValueNames[i]; }
public int getValueCount() { return mValueNames.length; }