OSDN Git Service

Don't pass the query parameter in if the calling package is null.
authorJeff Hamilton <jham@android.com>
Wed, 30 Sep 2009 08:57:10 +0000 (01:57 -0700)
committerJeff Hamilton <jham@android.com>
Wed, 30 Sep 2009 09:01:11 +0000 (02:01 -0700)
commit1306a67d7c7da6b73ef73b4ffc71f07bb78db2e9
tree8c936b7b124bc0b46cd33c0b0f78761fa34f3e8d
parent22184bba4d37f6a1baf11089ac3b3fad849d7b4e
Don't pass the query parameter in if the calling package is null.

The provider would read the string "null" and always refuse restricted access.

Change-Id: I1a592c2284ada8ab3c41bc71e510bd4ec7fd05d8
src/com/android/contacts/ContactsListActivity.java