-3

can I create an android application which can change the interface of Skype ???

Note : I make a research and I found that it's impossible, because each application in android is associated with a unique UID and this prevents one application from modifying the file of another app.

Saber Elharti
  • 93
  • 1
  • 5

2 Answers2

0

You cannot create an application that modifies another application's interface and distribute it via Google Play.

Hasan Can Saral
  • 2,950
  • 5
  • 43
  • 78
0

You can do that with Xposed. It requires a rooted device though.

Here is a tutorial to get you started https://github.com/rovo89/XposedBridge/wiki/Development-tutorial

F43nd1r
  • 7,690
  • 3
  • 24
  • 62