peregrine: Correctly set storage overlay

This commit is contained in:
Ethan Chen 2014-08-13 16:33:18 -07:00
parent 8a29f773da
commit 077191f860
1 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
**
** Copyright 2011, The Android Open Source Project
** Copyright 2014, The CyanogenMod Project
**
** Licensed under the Apache License, Version 2.0 (the "License")
** you may not use this file except in compliance with the License.
@ -36,8 +36,7 @@
-->
<StorageList xmlns:android="http://schemas.android.com/apk/res/android">
<storage android:mountPoint="/storage/sdcard0"
android:storageDescription="@string/storage_internal"
<storage android:storageDescription="@string/storage_internal"
android:emulated="true"
android:primary="true"
android:removable="false"