Alarm Clock application source code

后端 未结 4 1266
旧巷少年郎
旧巷少年郎 2021-02-05 05:53

Is there a way to get the Alarm Application source code for customizing the existing default source code availble in Android 2.3.

4条回答
  •  渐次进展
    2021-02-05 06:21

    This is the version that's made and maintained by Google now in a move to keep the apps unbundled from the system so as to provide the apps and updates to everyone even if the OEMs don't provide system update.

    Hence It's the one that's available from the Play store to download too. The one that's shared previously is the stock App which is quite old.

    https://android.googlesource.com/platform/packages/apps/DeskClock/

    As the site of the source may keep changing, best way for you to figure it out is by visiting Android Open Source Project (AOSP) page and searching for the URL of the code.

提交回复
热议问题