On a previous release it was possible to use a package name within src/dst <allow-all> entries as follows:
<allow name="phone_to_sms" src="com.android.phone" dst="com.android.smspush"/> However in the current update this is no longer possible as it requires a <type name=".." /> entry from the mmac_types.xml file, therefore the <allow-all> entry will be as follows: <allow name="phone_to_sms" src="telephony_app" dst="wappush_app"/> If package names are no longer supported in these entries then the currently distributed intent_mac.xml file needs to be updated to avoid confusion. Richard -- This message was distributed to subscribers of the seandroid-list mailing list. If you no longer wish to subscribe, send mail to [email protected] with the words "unsubscribe seandroid-list" without quotes as the message.
