Skip to content

Commit

Permalink
revert code
Browse files Browse the repository at this point in the history
  • Loading branch information
SM2A committed Mar 23, 2024
1 parent ac13cfa commit 6805565
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
public class PermissionsHelperTest {

private static final ComponentName TESTDPC_ADMIN =
new ComponentName(mContext.packageName(), DeviceAdminReceiver.class);
new ComponentName("com.afwsamples.testdpc", "TestCls");
private static final ComponentName NON_TESTDPC_ADMIN = new ComponentName("TestPkg", "TestCls");

private final Context mContext = ApplicationProvider.getApplicationContext();
Expand Down

0 comments on commit 6805565

Please sign in to comment.