开发者

Can I use everything from Android SDK? [closed]

Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 10 years ago.

开发者_如何学Go Improve this question

Can I use everything which is included in Android SDK? I need to use some images, styles, etc. Is it OK if I just copy required resources to my workspace, is it allowed?


  1. Dont ask legal question on developers forum. You are bound to get simple, logical and wrong answers.

  2. There are licensing terms. You should read them. If you are doing this for commercial purposes, then a lawyer should read them also.


As far as icons are meant - you can copy them. It's a suggestion:

Warning: Because these resources can change between platform versions, you should not reference these icons using the Android platform resource IDs (i.e. menu icons under android.R.drawable). If you want to use any icons or other internal drawable resources, you should store a local copy of those icons or drawables in your application resources, then reference the local copy from your application code. In that way, you can maintain control over the appearance of your icons, even if the system's copy changes. Note that the grid below is not intended to be complete.

I think styles are ok too - but this is my personal opinion.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜