We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef95ace + fb7bacf commit 4a0823eCopy full SHA for 4a0823e
core/tests/coretests/src/android/content/pm/PackageManagerTests.java
@@ -1039,10 +1039,9 @@ private boolean mountFromRawResource() {
1039
* Install package on sdcard. Unmount and then mount the media.
1040
* (Use PackageManagerService private api for now)
1041
* Make sure the installed package is available.
1042
- * STOPSHIP will uncomment when MountService api's to mount/unmount
1043
- * are made asynchronous.
1044
*/
1045
- public void xxxtestMountSdNormalInternal() {
+ @MediumTest
+ public void testMountSdNormalInternal() {
1046
assertTrue(mountFromRawResource());
1047
}
1048
0 commit comments