diff options
-rw-r--r-- | system.prop | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system.prop b/system.prop index ebac6c2..64b2f5c 100644 --- a/system.prop +++ b/system.prop @@ -4,3 +4,6 @@ rild.libpath=/system/lib/ril-wrapper.so rild.libargs=-d /dev/ttyS0 + +# By default, primary storage is physical +ro.vold.primary_physical=1 |