修改Skype界面
Modify the interface of Skype
我可以创建一个可以更改 Skype 界面的 android 应用程序吗???
注意:我做了研究,发现这是不可能的,因为 android 中的每个应用程序都与一个唯一的 UID 相关联,这可以防止一个应用程序修改另一个应用程序的文件。
您不能创建修改另一个应用程序界面的应用程序并通过 Google Play 分发它。
你可以用 Xposed 做到这一点。不过,它需要一个有根设备。
这里有一个入门教程https://github.com/rovo89/XposedBridge/wiki/Development-tutorial
我可以创建一个可以更改 Skype 界面的 android 应用程序吗???
注意:我做了研究,发现这是不可能的,因为 android 中的每个应用程序都与一个唯一的 UID 相关联,这可以防止一个应用程序修改另一个应用程序的文件。
您不能创建修改另一个应用程序界面的应用程序并通过 Google Play 分发它。
你可以用 Xposed 做到这一点。不过,它需要一个有根设备。
这里有一个入门教程https://github.com/rovo89/XposedBridge/wiki/Development-tutorial