I created an application with android reflection on "android-21" but the problem now is adding the permission in the Manifest file as after adding the permission manually in the "Manifest.xml", an error received in the catlogs while trying to run the application saying that the no permission for "*android.permission.READ_PRECISE_PHONE_STATE*". After checking i found that this permission's level has been changed from "dangerous" to "signature/system" and has a comment "Pending API council approval". is there a way to get the permission or even to get reflection for the original android Manifest file.
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/15bb2e25-28d5-43a1-a661-349d7e3734b2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

