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:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2023-08-13 13:22:40 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2023-08-13 13:22:40 +0300
commit7d28d338c81eac6293210050c776b452d0b849fc (patch)
treea1d9fe574e643794879d9d23328d85ac1f9987f5 /app/src/main
parent232a5af1d00d9f09dc716ffc649f319c4e39e434 (diff)
SDK 33v1.7
Diffstat (limited to 'app/src/main')
-rw-r--r--app/src/main/AndroidManifest.xml4
-rw-r--r--app/src/main/res/raw/watchface.xml2
2 files changed, 2 insertions, 4 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 1792fa8..f0747c6 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -23,10 +23,6 @@
android:supportsRtl="true"
android:icon="@drawable/icon">
- <property
- android:name="com.google.wear.watchface.format.version"
- android:value="1" />
-
<meta-data
android:name="com.google.android.wearable.standalone"
android:value="true" />
diff --git a/app/src/main/res/raw/watchface.xml b/app/src/main/res/raw/watchface.xml
new file mode 100644
index 0000000..1f11a1b
--- /dev/null
+++ b/app/src/main/res/raw/watchface.xml
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="utf-8"?>
+<WatchFace/> \ No newline at end of file