version:1.1.8
fix: update:优化禁用
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user