Loading core/res/AndroidManifest.xml +0 −10 Original line number Original line Diff line number Diff line Loading @@ -8067,16 +8067,6 @@ </intent-filter> </intent-filter> </receiver> </receiver> <!-- Broadcast Receiver listen to sufficient verifier requests from Package Manager when install new SDK, to verifier SDK code during installation time and terminate install if SDK not compatible with privacy sandbox restrictions. --> <receiver android:name="com.android.server.sdksandbox.SdkSandboxVerifierReceiver" android:exported="false"> <intent-filter> <action android:name="android.intent.action.PACKAGE_NEEDS_VERIFICATION"/> </intent-filter> </receiver> <service android:name="android.hardware.location.GeofenceHardwareService" <service android:name="android.hardware.location.GeofenceHardwareService" android:permission="android.permission.LOCATION_HARDWARE" android:permission="android.permission.LOCATION_HARDWARE" android:exported="false" /> android:exported="false" /> Loading Loading
core/res/AndroidManifest.xml +0 −10 Original line number Original line Diff line number Diff line Loading @@ -8067,16 +8067,6 @@ </intent-filter> </intent-filter> </receiver> </receiver> <!-- Broadcast Receiver listen to sufficient verifier requests from Package Manager when install new SDK, to verifier SDK code during installation time and terminate install if SDK not compatible with privacy sandbox restrictions. --> <receiver android:name="com.android.server.sdksandbox.SdkSandboxVerifierReceiver" android:exported="false"> <intent-filter> <action android:name="android.intent.action.PACKAGE_NEEDS_VERIFICATION"/> </intent-filter> </receiver> <service android:name="android.hardware.location.GeofenceHardwareService" <service android:name="android.hardware.location.GeofenceHardwareService" android:permission="android.permission.LOCATION_HARDWARE" android:permission="android.permission.LOCATION_HARDWARE" android:exported="false" /> android:exported="false" /> Loading