commit | 1f9b8850a25451e9ec2acc597af902935f63a577 | [log] [tgz] |
---|---|---|
author | Patrick Baumann <patb@google.com> | Tue Oct 30 12:34:46 2018 -0700 |
committer | Patrick Baumann <patb@google.com> | Wed Oct 31 15:51:02 2018 +0000 |
tree | 3f3c3f439591e12dceea4e7f6fbffcaa194e6614 | |
parent | 906f76ae86b1c321db4d0427f1b0e787b97b1a8f [diff] |
Only adds hidden app detail for normal apps The new hidden app detail activity was being added to all packages being installed, even static shared libraries, which may not have any activities and which we do not want to surface to the user in launcher. Change-Id: I80e7d379abed04f2464d1dc7e8b75456e43063f4 Fixes: 118145903 Test: atest android.os.cts.StaticSharedLibsHostTests