Loading AndroidManifest.xml +8 −2 Original line number Diff line number Diff line Loading @@ -2825,6 +2825,7 @@ <activity android:name=".supervision.ConfirmSupervisionCredentialsActivity" android:exported="true" android:excludeFromRecents="true" android:featureFlag="android.app.supervision.flags.supervision_manager_apis"> <intent-filter> <action android:name="android.app.supervision.action.CONFIRM_SUPERVISION_CREDENTIALS" /> Loading @@ -2832,13 +2833,18 @@ </intent-filter> </activity> <activity android:name=".supervision.SetupSupervisionActivity" android:exported="false" /> <activity android:name=".supervision.SetupSupervisionActivity" android:excludeFromRecents="true" android:exported="false" /> <activity android:name=".supervision.SupervisionPinRecoveryActivity" android:excludeFromRecents="true" android:exported="false" /> <activity android:name=".supervision.SupervisionCredentialProxyActivity" android:exported="false"/> <activity android:name=".supervision.SupervisionCredentialProxyActivity" android:excludeFromRecents="true" android:exported="false"/> <activity android:name=".SetupRedactionInterstitial" android:enabled="false" Loading Loading
AndroidManifest.xml +8 −2 Original line number Diff line number Diff line Loading @@ -2825,6 +2825,7 @@ <activity android:name=".supervision.ConfirmSupervisionCredentialsActivity" android:exported="true" android:excludeFromRecents="true" android:featureFlag="android.app.supervision.flags.supervision_manager_apis"> <intent-filter> <action android:name="android.app.supervision.action.CONFIRM_SUPERVISION_CREDENTIALS" /> Loading @@ -2832,13 +2833,18 @@ </intent-filter> </activity> <activity android:name=".supervision.SetupSupervisionActivity" android:exported="false" /> <activity android:name=".supervision.SetupSupervisionActivity" android:excludeFromRecents="true" android:exported="false" /> <activity android:name=".supervision.SupervisionPinRecoveryActivity" android:excludeFromRecents="true" android:exported="false" /> <activity android:name=".supervision.SupervisionCredentialProxyActivity" android:exported="false"/> <activity android:name=".supervision.SupervisionCredentialProxyActivity" android:excludeFromRecents="true" android:exported="false"/> <activity android:name=".SetupRedactionInterstitial" android:enabled="false" Loading