mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-12 08:42:01 -04:00
- Replace all isLocalNode/sendRemoteAdmin patterns with client.admin.forNode(NodeId(destNum)).method() - Use client.sendReaction() instead of manual MeshPacket construction - Use client.admin.forNode(dest).getDeviceMetadata() for remote metadata - Delete sendRemoteAdmin() and isLocalNode() helpers - Remove unused imports (AdminMessage, Data, MeshPacket from SdkStateBridge) Net: -131 lines, all admin ops now go through SDK's typed API with proper ACK tracking and session-key retry. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>