We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa61e92 + 29db860 commit a0f9b79Copy full SHA for a0f9b79
1 file changed
libs/binder/tests/binderRpcTest.cpp
@@ -1384,8 +1384,8 @@ TEST(BinderRpc, Java) {
1384
sp<IServiceManager> sm = defaultServiceManager();
1385
ASSERT_NE(nullptr, sm);
1386
// Any Java service with non-empty getInterfaceDescriptor() would do.
1387
- // Let's pick batteryproperties.
1388
- auto binder = sm->checkService(String16("batteryproperties"));
+ // Let's pick activity.
+ auto binder = sm->checkService(String16("activity"));
1389
ASSERT_NE(nullptr, binder);
1390
auto descriptor = binder->getInterfaceDescriptor();
1391
ASSERT_GE(descriptor.size(), 0u);
0 commit comments