The Android Dash Wallet by HashEngineering produces backup files which contain the HD Mnemonic seed, but the file is in protobuf format. It's hard to actually retrieve the seed without using strings or viewing the binary file. 'Til now! :D
Install necessary dependencies locally:
npm i
node index.js backup_file
The backup file must first be decrypted by following the instructions here.
The wallet.proto
protobuf description file is pulled from the source code of this dashj implementation.