Annamalai N
Annamalai N

Reputation: 381

What are internal and external packages in android

I have been using tools like androgurad, dedexer and apktool to decompile android apk files and have been viewing the statistics. While analysing the packages dependencies in apk files, I noticed that there are internal and external packages. Please explain the difference between the two.

Upvotes: 0

Views: 376

Answers (1)

Alexander
Alexander

Reputation: 48272

Usually those packages which are not available to developers through the official SDK they are called internal.

Upvotes: 1

Related Questions