vendor: sepol: reenable permission for gallery crop

Change-Id: I33891098f8f5dc0aa980b608cabe3a8a3bbf1ae3
diff --git a/sepolicy/platform_app.te b/sepolicy/platform_app.te
index 9a4b58e..8457c6f 100644
--- a/sepolicy/platform_app.te
+++ b/sepolicy/platform_app.te
@@ -5,8 +5,9 @@
 
 # e.g. renderscript in Gallery2 wants execute perms
 #allow platform_app app_data_file:file execute;
+
 # gallery2 crop avatar
-#allow platform_app system_app_data_file:file { create_file_perms rw_file_perms };
+allow platform_app system_app_data_file:file { create_file_perms rw_file_perms };
 
 #exfat/ntfs OTG
 allow platform_app fuse_device:dir { rw_dir_perms create_dir_perms };