Add android.permission.DUMP to manifest.

This is needed so PhoneFactory can call SubscriptionController.dump as
it now enforces that the dump permission is present.

Related to this is that where ever the system services are dumped they
need the android.permission.READ_PHONE_STATE as SubscriptionController.dump
is also called by that code.

Change-Id: Id69f14399ccc7f78a383f95e491c3dba8222fab3
1 file changed