OSDN Git Service

Added a check if a custom activity can be started
authorFyodor Kupolov <fkupolov@google.com>
Tue, 18 Nov 2014 23:08:12 +0000 (15:08 -0800)
committerJon Larimer <jlarimer@google.com>
Wed, 28 Jan 2015 10:23:07 +0000 (05:23 -0500)
commite8e7b9b3811b3295454298b02f136adf0527d1da
treeb881746cb6d6a7b0472a2accf152f82440e96bc0
parent37b58a420ff59254cbe9420c64685fdb7ea4e375
Added a check if a custom activity can be started

AppRestrictionsFragment starts an activity using an intent provided by the
receiver. A check was added to prevent an app from starting an activity that
it does not own.

Bug: 14441412
Change-Id: Ia6820b1daf3783d605b92976c78cb522b17dc8f2
src/com/android/settings/users/AppRestrictionsFragment.java