modules/android-integration: add am command

This commit is contained in:
Alexander Sosedkin 2024-06-01 17:51:25 +02:00
parent 8b48f7a229
commit e7d2d97007
10 changed files with 157 additions and 0 deletions

View file

@ -0,0 +1,8 @@
_:
{
system.stateVersion = "23.11";
android-integration = {
am.enable = true;
};
}