2

I have a file called matrix.txt at the root of my SD card.

It is a text file that contains the serialization of a matrix of floats.

What is this file? Can I delete it?

eldarerathis
  • 36,787
  • 16
  • 144
  • 175
rds
  • 614
  • 3
  • 10
  • 19

1 Answers1

7

The Android OS itself is not dependant on any files on the removable SD card. If you have no apps that use this file, you can safely delete the file, or even format the SD card if you want.

aleksikallio
  • 16,250
  • 5
  • 48
  • 73