Skip to content

Instantly share code, notes, and snippets.

@nesk
Created June 25, 2018 16:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nesk/8969ec4b4e0d5bcc4904187479eec56a to your computer and use it in GitHub Desktop.
Save nesk/8969ec4b4e0d5bcc4904187479eec56a to your computer and use it in GitHub Desktop.
Android pre-populated database (android_metadata table)
CREATE TABLE android_metadata (locale TEXT);
INSERT INTO android_metadata VALUES ("en_US");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment