Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit deab88e7 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "confirmationui: explicitly declare only one thread." into pi-dev am: a12e7b78

am: 0dfbf623

Change-Id: I86c923068e3e97d4925ff5cc04f4b07d10a7fa53
parents e0c91366 0dfbf623
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ using android::hardware::joinRpcThreadpool;
using android::hardware::confirmationui::V1_0::implementation::ConfirmationUI;

int main() {
    ::android::hardware::configureRpcThreadpool(1, true /*willJoinThreadpool*/);
    auto confirmationui = new ConfirmationUI();
    auto status = confirmationui->registerAsService();
    if (status != android::OK) {