Skip to content
Snippets Groups Projects
Commit 87dac36d authored by Hyundo Moon's avatar Hyundo Moon
Browse files

OPP: Enable/disable only necessary activities in tests

When running OPP activity related tests, the tests enabled/disabled
unnecessary activities including which should always be enabled.

As a result, device could not send a file via Bluetooth until reboot
since BluetoothOppLauncherActivity was disabled after any of those
tests.

This CL makes only nessceary activities be enabled/disabled during
the tests.

Bug: 324185238
Test: atest BluetoothOppBtEnableActivityTest \
            BluetoothOppBtEnablingActivityTest \
            BluetoothOppLauncherActivityTest \
            BluetoothOppReceiverTest \
            BluetoothOppTransferActivityTest \
            BluetoothOppTransferHistoryTest \
            BluetoothOppUtilityTest \
            IncomingFileConfirmActivityTest
Change-Id: If2930858d122ee20b8ebf5c1c381018182478f93
parent 5c664cbc
No related branches found
No related tags found
No related merge requests found
Showing
with 89 additions and 71 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment