Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test as service #382

Merged
merged 89 commits into from
Nov 30, 2020
Merged

Test as service #382

merged 89 commits into from
Nov 30, 2020

Conversation

lorenzoPrimi
Copy link
Contributor

@lorenzoPrimi lorenzoPrimi self-assigned this Nov 9, 2020
@lorenzoPrimi lorenzoPrimi marked this pull request as draft November 9, 2020 13:20
@lorenzoPrimi lorenzoPrimi marked this pull request as ready for review November 25, 2020 10:01
Intent broadcastIntent = new Intent();
broadcastIntent.setAction(RunTestService.ACTION_INTERRUPT);
PendingIntent pIntent = PendingIntent.getBroadcast(this,1, broadcastIntent,PendingIntent.FLAG_UPDATE_CURRENT);
builder.addAction(0, "STOP TEST", pIntent);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lorenzoPrimi remember to localise this string?

@lorenzoPrimi lorenzoPrimi merged commit f3a1395 into master Nov 30, 2020
@lorenzoPrimi lorenzoPrimi deleted the test_as_service branch November 30, 2020 09:58
@lorenzoPrimi
Copy link
Contributor Author

Amen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Restructure the Test to a Android Service
2 participants