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

Commit 0dfbf623 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

Change-Id: I624d91a4046dda653bcbe45f6bbb930c399406ab
parents 26761f6d a12e7b78
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) {