version:1.1.8

fix:
update:优化禁用
This commit is contained in:
2023-04-04 18:17:30 +08:00
parent ccf45273f7
commit 8b98116d87
14 changed files with 135 additions and 38 deletions

View File

@@ -297,9 +297,9 @@ public class RemoteManager {
}
}
public void setDefaultDesktop() {
public void setDefaultDesktop(String pkg) {
try {
mGetInfoInterface.setDefaultLauncher(BuildConfig.APPLICATION_ID);
mGetInfoInterface.setDefaultLauncher(pkg);
} catch (RemoteException e) {
Log.e(TAG, "setDefaultDesktop: " + e.getMessage());
e.printStackTrace();