OSDN Git Service

Remove two new permission checks
authorRobert Greenwalt <rgreenwalt@google.com>
Fri, 22 Feb 2013 22:57:00 +0000 (14:57 -0800)
committerRobert Greenwalt <rgreenwalt@google.com>
Fri, 22 Feb 2013 23:36:33 +0000 (15:36 -0800)
commite436e4f8a48a6bc3094c036166cca3911a540321
tree9286b3b1844afbd675919b463622eba0e9fa7ea7
parentea53d7e0a46f333642f3663ce54ee0d36b87b813
Remove two new permission checks

These checks while technically reasonable are a hard to swallow API change
that may break existing apps and pragmatically serves no purpose:  the protected
data is available in publicly readable java VM properties.

Change-Id: I522c493c2604a33e28d99e2be31054326c9a8323
services/java/com/android/server/ConnectivityService.java