diff --git a/TODO.md b/TODO.md
index 8d35d756..49a8b831 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,6 +1,8 @@
# High priority
MVP features required for first public alpha
+* do setOwner every time we connect to the radio, use our settings
+* send location data for devices that don't have a GPS - https://developer.android.com/training/location/change-location-settings
* make nodeinfo card not look like ass
* when a text arrives, move that node info card to the bottom on the window - put the text to the left of the card. with a small arrow/distance/shortname
* all chat in the app defaults to group chat
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 9c02cf5f..88f16985 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -12,6 +12,9 @@
+
+
+