OSDN Git Service

Should forward the intent even if its activity is disabled in Settings
authorTony Mak <tonymak@google.com>
Wed, 4 May 2016 12:51:41 +0000 (13:51 +0100)
committerTony Mak <tonymak@google.com>
Wed, 4 May 2016 12:51:41 +0000 (13:51 +0100)
commit82d909679639c3b3041868da20af44f4ee2de1f1
tree1d9ef2ed59b5db1d511d6812e247467b3b2a310d
parentd5b3a5d342d74411b0e4466541d5c5b1168eb803
Should forward the intent even if its activity is disabled in Settings

This fixes the cross profile intent filter test in CtsVerifier.
Activities of action APPLICATION_DEVELOPMENT_SETTINGS and
NFC_PAYMENT_SETTINGS are disabled in managed profile. But we still
want their corresponding intents to be forwarded to personal side.

Bug: 28426865

Change-Id: I65afc06f7faf4532d9e132f44c1faa49f47d1a2e
src/com/android/settings/ManagedProfileSetup.java