Skip to content

Instantly share code, notes, and snippets.

@vinecodes
Created March 5, 2018 22:01
Show Gist options
  • Save vinecodes/3cd0c2c82b3f9d323ee6be629372342f to your computer and use it in GitHub Desktop.
Save vinecodes/3cd0c2c82b3f9d323ee6be629372342f to your computer and use it in GitHub Desktop.
Candy ROM Fix
# For prefetcher to read themes
allow dumpstate dalvikcache_data_file:dir r_dir_perms;
allow dumpstate dalvikcache_data_file:file r_file_perms;
allow dumpstate resourcecache_data_file:dir r_dir_perms;
allow dumpstate resourcecache_data_file:file r_file_perms;
allow dumpstate fuse:dir r_dir_perms;
allow dumpstate fuse:file r_file_perms;
#allow dumpstate themeservice_app_data_file:dir r_dir_perms;
#allow dumpstate themeservice_app_data_file:file r_file_perms;
allow dumpstate media_rw_data_file:dir search;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment