Do not advertise Voice Recognition support in HF AG SDP record.
diff --git a/tools/sdptool.c b/tools/sdptool.c
index 140a46a..0412f4c 100644
--- a/tools/sdptool.c
+++ b/tools/sdptool.c
@@ -1610,6 +1610,9 @@
 	sdp_record_t record;
 	uint8_t u8 = si->channel ? si->channel : 7;
 	uint16_t u16 = 0x17;
+#ifdef ANDROID
+	u16 = 0x03;
+#endif
 	sdp_data_t *channel, *features;
 	uint8_t netid = si->network ? si->network : 0x01; // ???? profile document
 	sdp_data_t *network = sdp_data_alloc(SDP_UINT8, &netid);