Loading core/res/AndroidManifest.xml +21 −1 Original line number Diff line number Diff line Loading @@ -5057,6 +5057,7 @@ android:relinquishTaskIdentity="true" android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation|keyboard|keyboardHidden" android:process=":ui" android:exported="true" android:visibleToInstantApps="true"> <intent-filter> <action android:name="android.intent.action.CHOOSER" /> Loading Loading @@ -5168,6 +5169,7 @@ <activity android:name="com.android.internal.app.ShutdownActivity" android:permission="android.permission.SHUTDOWN" android:theme="@style/Theme.NoDisplay" android:exported="true" android:excludeFromRecents="true"> <intent-filter> <action android:name="com.android.internal.intent.action.REQUEST_SHUTDOWN" /> Loading @@ -5189,6 +5191,7 @@ android:enabled="false" android:process=":ui" android:systemUserOnly="true" android:exported="true" android:theme="@style/Theme.Translucent.NoTitleBar"> <intent-filter android:priority="-100"> <action android:name="android.intent.action.MAIN" /> Loading @@ -5201,6 +5204,7 @@ <activity android:name="com.android.internal.app.ConfirmUserCreationActivity" android:excludeFromRecents="true" android:process=":ui" android:exported="true" android:theme="@style/Theme.Dialog.Confirmation"> <intent-filter android:priority="1000"> <action android:name="android.os.action.CREATE_USER" /> Loading Loading @@ -5241,6 +5245,7 @@ </activity> <receiver android:name="com.android.server.BootReceiver" android:exported="true" android:systemUserOnly="true"> <intent-filter android:priority="1000"> <action android:name="android.intent.action.BOOT_COMPLETED" /> Loading @@ -5248,6 +5253,7 @@ </receiver> <receiver android:name="com.android.server.updates.CertPinInstallReceiver" android:exported="true" android:permission="android.permission.UPDATE_CONFIG"> <intent-filter> <action android:name="android.intent.action.UPDATE_PINS" /> Loading @@ -5256,6 +5262,7 @@ </receiver> <receiver android:name="com.android.server.updates.IntentFirewallInstallReceiver" android:exported="true" android:permission="android.permission.UPDATE_CONFIG"> <intent-filter> <action android:name="android.intent.action.UPDATE_INTENT_FIREWALL" /> Loading @@ -5264,6 +5271,7 @@ </receiver> <receiver android:name="com.android.server.updates.SmsShortCodesInstallReceiver" android:exported="true" android:permission="android.permission.UPDATE_CONFIG"> <intent-filter> <action android:name="android.intent.action.UPDATE_SMS_SHORT_CODES" /> Loading @@ -5272,6 +5280,7 @@ </receiver> <receiver android:name="com.android.server.updates.NetworkWatchlistInstallReceiver" android:exported="true" android:permission="android.permission.UPDATE_CONFIG"> <intent-filter> <action android:name="android.intent.action.UPDATE_NETWORK_WATCHLIST" /> Loading @@ -5280,6 +5289,7 @@ </receiver> <receiver android:name="com.android.server.updates.ApnDbInstallReceiver" android:exported="true" android:permission="android.permission.UPDATE_CONFIG"> <intent-filter> <action android:name="com.android.internal.intent.action.UPDATE_APN_DB" /> Loading @@ -5288,6 +5298,7 @@ </receiver> <receiver android:name="com.android.server.updates.CarrierProvisioningUrlsInstallReceiver" android:exported="true" android:permission="android.permission.UPDATE_CONFIG"> <intent-filter> <action android:name="android.intent.action.UPDATE_CARRIER_PROVISIONING_URLS" /> Loading @@ -5296,6 +5307,7 @@ </receiver> <receiver android:name="com.android.server.updates.CertificateTransparencyLogInstallReceiver" android:exported="true" android:permission="android.permission.UPDATE_CONFIG"> <intent-filter> <action android:name="android.intent.action.UPDATE_CT_LOGS" /> Loading @@ -5304,6 +5316,7 @@ </receiver> <receiver android:name="com.android.server.updates.LangIdInstallReceiver" android:exported="true" android:permission="android.permission.UPDATE_CONFIG"> <intent-filter> <action android:name="android.intent.action.UPDATE_LANG_ID" /> Loading @@ -5312,6 +5325,7 @@ </receiver> <receiver android:name="com.android.server.updates.SmartSelectionInstallReceiver" android:exported="true" android:permission="android.permission.UPDATE_CONFIG"> <intent-filter> <action android:name="android.intent.action.UPDATE_SMART_SELECTION" /> Loading @@ -5320,6 +5334,7 @@ </receiver> <receiver android:name="com.android.server.updates.ConversationActionsInstallReceiver" android:exported="true" android:permission="android.permission.UPDATE_CONFIG"> <intent-filter> <action android:name="android.intent.action.UPDATE_CONVERSATION_ACTIONS" /> Loading @@ -5328,6 +5343,7 @@ </receiver> <receiver android:name="com.android.server.updates.CarrierIdInstallReceiver" android:exported="true" android:permission="android.permission.UPDATE_CONFIG"> <intent-filter> <action android:name="android.os.action.UPDATE_CARRIER_ID_DB" /> Loading @@ -5336,6 +5352,7 @@ </receiver> <receiver android:name="com.android.server.updates.EmergencyNumberDbInstallReceiver" android:exported="true" android:permission="android.permission.UPDATE_CONFIG"> <intent-filter> <action android:name="android.os.action.UPDATE_EMERGENCY_NUMBER_DB" /> Loading @@ -5344,6 +5361,7 @@ </receiver> <receiver android:name="com.android.server.MasterClearReceiver" android:exported="true" android:permission="android.permission.MASTER_CLEAR"> <intent-filter android:priority="100" > Loading @@ -5360,6 +5378,7 @@ </receiver> <receiver android:name="com.android.server.WallpaperUpdateReceiver" android:exported="true" android:permission="android.permission.RECEIVE_DEVICE_CUSTOMIZATION_READY"> <intent-filter> <action android:name="android.intent.action.DEVICE_CUSTOMIZATION_READY"/> Loading Loading @@ -5456,7 +5475,8 @@ android:permission="android.permission.BIND_JOB_SERVICE"> </service> <service android:name="com.android.server.pm.PackageManagerShellCommandDataLoader"> <service android:name="com.android.server.pm.PackageManagerShellCommandDataLoader" android:exported="true"> <intent-filter> <action android:name="android.intent.action.LOAD_DATA" /> </intent-filter> Loading core/tests/coretests/AndroidManifest.xml +330 −155 File changed.Preview size limit exceeded, changes collapsed. Show changes core/tests/coretests/EnabledTestApp/AndroidManifest.xml +26 −17 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.frameworks.coretests.enabled_app" android:sharedUserId="com.android.uid.test"> Loading @@ -20,27 +21,35 @@ <application> <!-- Used to test package component enabling and disabling --> <activity android:name=".DisabledActivity" android:enabled="false" > <activity android:name=".DisabledActivity" android:enabled="false" android:exported="true"> <intent-filter> <action android:name="android.intent.action.MAIN"/> <category android:name="com.android.frameworks.coretests.enabled_app.TEST_CATEGORY"/> </intent-filter> </activity> <service android:name=".DisabledService" android:enabled="false" > <service android:name=".DisabledService" android:enabled="false"> </service> <receiver android:name=".DisabledReceiver" android:enabled="false" > <receiver android:name=".DisabledReceiver" android:enabled="false" android:exported="true"> <intent-filter> <action android:name="android.intent.action.ENABLED_APP_DISABLED_RECEIVER"/> </intent-filter> </receiver> <provider android:name=".DisabledProvider" android:enabled="false" <provider android:name=".DisabledProvider" android:enabled="false" android:authorities="com.android.frameworks.coretests.enabled_app.DisabledProvider" android:process=":disabled.provider.process"/> <activity android:name=".EnabledActivity"> </activity> <service android:name=".EnabledService" android:enabled="true" > <service android:name=".EnabledService" android:enabled="true"> </service> <receiver android:name=".EnabledReceiver" > <receiver android:name=".EnabledReceiver" android:exported="true"> <intent-filter> <action android:name="android.intent.action.ENABLED_APP_ENABLED_RECEIVER"/> </intent-filter> Loading core/tests/coretests/apks/install_jni_lib_open_from_apk/AndroidManifest.xml +9 −5 Original line number Diff line number Diff line Loading @@ -13,12 +13,16 @@ See the License for the specific language governing permissions and limitations under the License. --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.frameworks.coretests.install_jni_lib_open_from_apk"> <application android:hasCode="true" android:label="@string/app_name" android:extractNativeLibs="false"> <application android:hasCode="true" android:label="@string/app_name" android:extractNativeLibs="false"> <activity android:name="com.android.frameworks.coretests.OpenFromApkActivity" android:label="@string/app_name"> android:label="@string/app_name" android:exported="true"> <intent-filter> <action android:name="android.intent.action.MAIN"/> <category android:name="android.intent.category.LAUNCHER"/> Loading core/tests/hosttests/test-apps/MultiDexLegacyAndException/AndroidManifest.xml +20 −20 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.multidexlegacyandexception" android:versionCode="1" android:versionName="1.0"> <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="18"/> <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="18"/> <application android:name="com.android.multidexlegacyandexception.TestApplication" android:label="multidexlegacyandexception" > <activity android:name="com.android.multidexlegacyandexception.MainActivity" <application android:name="com.android.multidexlegacyandexception.TestApplication" android:label="multidexlegacyandexception"> <activity android:name="com.android.multidexlegacyandexception.MainActivity" android:label="multidexlegacyandexception" android:exported="true"> <intent-filter> <action android:name="android.intent.action.MAIN"/> Loading Loading
core/res/AndroidManifest.xml +21 −1 Original line number Diff line number Diff line Loading @@ -5057,6 +5057,7 @@ android:relinquishTaskIdentity="true" android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation|keyboard|keyboardHidden" android:process=":ui" android:exported="true" android:visibleToInstantApps="true"> <intent-filter> <action android:name="android.intent.action.CHOOSER" /> Loading Loading @@ -5168,6 +5169,7 @@ <activity android:name="com.android.internal.app.ShutdownActivity" android:permission="android.permission.SHUTDOWN" android:theme="@style/Theme.NoDisplay" android:exported="true" android:excludeFromRecents="true"> <intent-filter> <action android:name="com.android.internal.intent.action.REQUEST_SHUTDOWN" /> Loading @@ -5189,6 +5191,7 @@ android:enabled="false" android:process=":ui" android:systemUserOnly="true" android:exported="true" android:theme="@style/Theme.Translucent.NoTitleBar"> <intent-filter android:priority="-100"> <action android:name="android.intent.action.MAIN" /> Loading @@ -5201,6 +5204,7 @@ <activity android:name="com.android.internal.app.ConfirmUserCreationActivity" android:excludeFromRecents="true" android:process=":ui" android:exported="true" android:theme="@style/Theme.Dialog.Confirmation"> <intent-filter android:priority="1000"> <action android:name="android.os.action.CREATE_USER" /> Loading Loading @@ -5241,6 +5245,7 @@ </activity> <receiver android:name="com.android.server.BootReceiver" android:exported="true" android:systemUserOnly="true"> <intent-filter android:priority="1000"> <action android:name="android.intent.action.BOOT_COMPLETED" /> Loading @@ -5248,6 +5253,7 @@ </receiver> <receiver android:name="com.android.server.updates.CertPinInstallReceiver" android:exported="true" android:permission="android.permission.UPDATE_CONFIG"> <intent-filter> <action android:name="android.intent.action.UPDATE_PINS" /> Loading @@ -5256,6 +5262,7 @@ </receiver> <receiver android:name="com.android.server.updates.IntentFirewallInstallReceiver" android:exported="true" android:permission="android.permission.UPDATE_CONFIG"> <intent-filter> <action android:name="android.intent.action.UPDATE_INTENT_FIREWALL" /> Loading @@ -5264,6 +5271,7 @@ </receiver> <receiver android:name="com.android.server.updates.SmsShortCodesInstallReceiver" android:exported="true" android:permission="android.permission.UPDATE_CONFIG"> <intent-filter> <action android:name="android.intent.action.UPDATE_SMS_SHORT_CODES" /> Loading @@ -5272,6 +5280,7 @@ </receiver> <receiver android:name="com.android.server.updates.NetworkWatchlistInstallReceiver" android:exported="true" android:permission="android.permission.UPDATE_CONFIG"> <intent-filter> <action android:name="android.intent.action.UPDATE_NETWORK_WATCHLIST" /> Loading @@ -5280,6 +5289,7 @@ </receiver> <receiver android:name="com.android.server.updates.ApnDbInstallReceiver" android:exported="true" android:permission="android.permission.UPDATE_CONFIG"> <intent-filter> <action android:name="com.android.internal.intent.action.UPDATE_APN_DB" /> Loading @@ -5288,6 +5298,7 @@ </receiver> <receiver android:name="com.android.server.updates.CarrierProvisioningUrlsInstallReceiver" android:exported="true" android:permission="android.permission.UPDATE_CONFIG"> <intent-filter> <action android:name="android.intent.action.UPDATE_CARRIER_PROVISIONING_URLS" /> Loading @@ -5296,6 +5307,7 @@ </receiver> <receiver android:name="com.android.server.updates.CertificateTransparencyLogInstallReceiver" android:exported="true" android:permission="android.permission.UPDATE_CONFIG"> <intent-filter> <action android:name="android.intent.action.UPDATE_CT_LOGS" /> Loading @@ -5304,6 +5316,7 @@ </receiver> <receiver android:name="com.android.server.updates.LangIdInstallReceiver" android:exported="true" android:permission="android.permission.UPDATE_CONFIG"> <intent-filter> <action android:name="android.intent.action.UPDATE_LANG_ID" /> Loading @@ -5312,6 +5325,7 @@ </receiver> <receiver android:name="com.android.server.updates.SmartSelectionInstallReceiver" android:exported="true" android:permission="android.permission.UPDATE_CONFIG"> <intent-filter> <action android:name="android.intent.action.UPDATE_SMART_SELECTION" /> Loading @@ -5320,6 +5334,7 @@ </receiver> <receiver android:name="com.android.server.updates.ConversationActionsInstallReceiver" android:exported="true" android:permission="android.permission.UPDATE_CONFIG"> <intent-filter> <action android:name="android.intent.action.UPDATE_CONVERSATION_ACTIONS" /> Loading @@ -5328,6 +5343,7 @@ </receiver> <receiver android:name="com.android.server.updates.CarrierIdInstallReceiver" android:exported="true" android:permission="android.permission.UPDATE_CONFIG"> <intent-filter> <action android:name="android.os.action.UPDATE_CARRIER_ID_DB" /> Loading @@ -5336,6 +5352,7 @@ </receiver> <receiver android:name="com.android.server.updates.EmergencyNumberDbInstallReceiver" android:exported="true" android:permission="android.permission.UPDATE_CONFIG"> <intent-filter> <action android:name="android.os.action.UPDATE_EMERGENCY_NUMBER_DB" /> Loading @@ -5344,6 +5361,7 @@ </receiver> <receiver android:name="com.android.server.MasterClearReceiver" android:exported="true" android:permission="android.permission.MASTER_CLEAR"> <intent-filter android:priority="100" > Loading @@ -5360,6 +5378,7 @@ </receiver> <receiver android:name="com.android.server.WallpaperUpdateReceiver" android:exported="true" android:permission="android.permission.RECEIVE_DEVICE_CUSTOMIZATION_READY"> <intent-filter> <action android:name="android.intent.action.DEVICE_CUSTOMIZATION_READY"/> Loading Loading @@ -5456,7 +5475,8 @@ android:permission="android.permission.BIND_JOB_SERVICE"> </service> <service android:name="com.android.server.pm.PackageManagerShellCommandDataLoader"> <service android:name="com.android.server.pm.PackageManagerShellCommandDataLoader" android:exported="true"> <intent-filter> <action android:name="android.intent.action.LOAD_DATA" /> </intent-filter> Loading
core/tests/coretests/AndroidManifest.xml +330 −155 File changed.Preview size limit exceeded, changes collapsed. Show changes
core/tests/coretests/EnabledTestApp/AndroidManifest.xml +26 −17 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.frameworks.coretests.enabled_app" android:sharedUserId="com.android.uid.test"> Loading @@ -20,27 +21,35 @@ <application> <!-- Used to test package component enabling and disabling --> <activity android:name=".DisabledActivity" android:enabled="false" > <activity android:name=".DisabledActivity" android:enabled="false" android:exported="true"> <intent-filter> <action android:name="android.intent.action.MAIN"/> <category android:name="com.android.frameworks.coretests.enabled_app.TEST_CATEGORY"/> </intent-filter> </activity> <service android:name=".DisabledService" android:enabled="false" > <service android:name=".DisabledService" android:enabled="false"> </service> <receiver android:name=".DisabledReceiver" android:enabled="false" > <receiver android:name=".DisabledReceiver" android:enabled="false" android:exported="true"> <intent-filter> <action android:name="android.intent.action.ENABLED_APP_DISABLED_RECEIVER"/> </intent-filter> </receiver> <provider android:name=".DisabledProvider" android:enabled="false" <provider android:name=".DisabledProvider" android:enabled="false" android:authorities="com.android.frameworks.coretests.enabled_app.DisabledProvider" android:process=":disabled.provider.process"/> <activity android:name=".EnabledActivity"> </activity> <service android:name=".EnabledService" android:enabled="true" > <service android:name=".EnabledService" android:enabled="true"> </service> <receiver android:name=".EnabledReceiver" > <receiver android:name=".EnabledReceiver" android:exported="true"> <intent-filter> <action android:name="android.intent.action.ENABLED_APP_ENABLED_RECEIVER"/> </intent-filter> Loading
core/tests/coretests/apks/install_jni_lib_open_from_apk/AndroidManifest.xml +9 −5 Original line number Diff line number Diff line Loading @@ -13,12 +13,16 @@ See the License for the specific language governing permissions and limitations under the License. --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.frameworks.coretests.install_jni_lib_open_from_apk"> <application android:hasCode="true" android:label="@string/app_name" android:extractNativeLibs="false"> <application android:hasCode="true" android:label="@string/app_name" android:extractNativeLibs="false"> <activity android:name="com.android.frameworks.coretests.OpenFromApkActivity" android:label="@string/app_name"> android:label="@string/app_name" android:exported="true"> <intent-filter> <action android:name="android.intent.action.MAIN"/> <category android:name="android.intent.category.LAUNCHER"/> Loading
core/tests/hosttests/test-apps/MultiDexLegacyAndException/AndroidManifest.xml +20 −20 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.multidexlegacyandexception" android:versionCode="1" android:versionName="1.0"> <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="18"/> <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="18"/> <application android:name="com.android.multidexlegacyandexception.TestApplication" android:label="multidexlegacyandexception" > <activity android:name="com.android.multidexlegacyandexception.MainActivity" <application android:name="com.android.multidexlegacyandexception.TestApplication" android:label="multidexlegacyandexception"> <activity android:name="com.android.multidexlegacyandexception.MainActivity" android:label="multidexlegacyandexception" android:exported="true"> <intent-filter> <action android:name="android.intent.action.MAIN"/> Loading