Loading services/tests/servicestests/test-apps/PackageParsingTestManifests/AndroidManifestEmptyAction.xml +5 −4 Original line number Diff line number Diff line Loading @@ -18,7 +18,8 @@ package="com.android.servicestests.pm.parsing.emptyaction"> <application> <activity android:name="com.android.servicestests.pm.parsing.test.TestActivity"> <activity android:name="com.android.servicestests.pm.parsing.test.TestActivity" android:exported="true"> <intent-filter> <action android:name=""/> <!-- Non-empty action use to verify filter, since 0 action filters are stripped --> Loading services/tests/servicestests/test-apps/PackageParsingTestManifests/AndroidManifestEmptyCategory.xml +4 −3 Original line number Diff line number Diff line Loading @@ -18,7 +18,8 @@ package="com.android.servicestests.pm.parsing.emptycategory"> <application> <activity android:name="com.android.servicestests.pm.parsing.test.TestActivity"> <activity android:name="com.android.servicestests.pm.parsing.test.TestActivity" android:exported="true"> <intent-filter> <action android:name="com.android.servicestests.pm.parsing.test.TEST_ACTION"/> <category android:name=""/> Loading Loading
services/tests/servicestests/test-apps/PackageParsingTestManifests/AndroidManifestEmptyAction.xml +5 −4 Original line number Diff line number Diff line Loading @@ -18,7 +18,8 @@ package="com.android.servicestests.pm.parsing.emptyaction"> <application> <activity android:name="com.android.servicestests.pm.parsing.test.TestActivity"> <activity android:name="com.android.servicestests.pm.parsing.test.TestActivity" android:exported="true"> <intent-filter> <action android:name=""/> <!-- Non-empty action use to verify filter, since 0 action filters are stripped --> Loading
services/tests/servicestests/test-apps/PackageParsingTestManifests/AndroidManifestEmptyCategory.xml +4 −3 Original line number Diff line number Diff line Loading @@ -18,7 +18,8 @@ package="com.android.servicestests.pm.parsing.emptycategory"> <application> <activity android:name="com.android.servicestests.pm.parsing.test.TestActivity"> <activity android:name="com.android.servicestests.pm.parsing.test.TestActivity" android:exported="true"> <intent-filter> <action android:name="com.android.servicestests.pm.parsing.test.TEST_ACTION"/> <category android:name=""/> Loading