fix facebook sync

This commit is contained in:
Koushik Dutta 2010-06-27 22:32:10 -07:00
parent b430d38616
commit 5dada3c80a
2 changed files with 38 additions and 1 deletions

View File

@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (C) 2009 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- The list of packages that have access to data that is marked as being restricted -->
<string-array name="unrestricted_packages" translatable="false">
<item>com.android.contacts</item>
<item>com.facebook.katana</item>
<item>com.android.mms</item>
<item>com.google.android.gm</item>
<item>com.android.email</item>
<item>com.android.phone</item>
<item>com.google.android.apps.maps</item>
<item>com.android.globalsearch</item>
<item>com.android.calendar</item>
<item>com.google.android.talk</item>
<item>android</item>
</string-array>
</resources>

View File

@ -24,7 +24,7 @@ else
ro.modversion=CyanogenMod-6.0.0-N1-test0
endif
PRODUCT_BUILD_PROP_OVERRIDES := BUILD_ID=ESE81 BUILD_DISPLAY_ID=ESE81 PRODUCT_NAME=voles TARGET_DEVICE=sholes BUILD_FINGERPRINT=verizon/voles/sholes/sholes:2.1-update1/ESE81/29593:user/release-keys PRODUCT_BRAND=verizon
PRODUCT_BUILD_PROP_OVERRIDES := BUILD_ID=FRF57 BUILD_DISPLAY_ID="userdebug 2.2 FRF57 38829 test-keys" PRODUCT_NAME=voles TARGET_DEVICE=sholes BUILD_FINGERPRINT=verizon/voles/sholes/sholes:2.2/FRF57/38829:userdebug/test-keys PRODUCT_BRAND=verizon PRIVATE_BUILD_DESC="voles-userdebug 2.2 FRF57 38829 test-keys" BUILD_NUMBER=38829 BUILD_UTC_DATE=1274994078 TARGET_BUILD_TYPE=userdebug
PRODUCT_COPY_FILES += \
vendor/cyanogen/proprietary/RomManager.apk:system/app/RomManager.apk \