There are a lot of codes in frameworks/base/core/res/res/values/ strings.xml such as:
<string name="permgroupdesc_storage" product="nosdcard">Access
the
USB storage.</string>
<string name="permgroupdesc_storage" product="default">Access the
SD card.</string>
my android system get the product="nosdcard",
how to set the product to be "default"?
--
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
