There's the android:label for the application, and the android:label for the launch activity. The former is what you see under Settings -> Applications -> Manage Applications on your device. The latter is what you see under Applications, and by extension in any shortcut to your application, e.g.

<application    android:label="@string/turns_up_in_manage_apps" >    <activity        android:name=".MainActivity"        android:label="@string/turns_up_in_shortcuts" >        ...    </activity></application>

app_name 应用程序管理里的名字
title_activity_main 快捷方式名字

更多相关文章

  1. Google Android 应用程序结构
  2. android应用程序跳转到系统的各个设置页面
  3. 如何以编程方式退出android应用程序
  4. Android Application Fundamentals——Android应用程序基础知识
  5. Android 应用程序只运行一个实例
  6. android4.2上获取应用程序大小的变更点
  7. Android 之应用程序重启

随机推荐

  1. ios中getTime()的兼容性实例代码
  2. Cordova 3.x 基础(13) -- 为Android(安卓)A
  3. Android(安卓)BroadcastRecevicer广播分
  4. Curso Adapter ListView ContextMenu
  5. Android智能下拉刷新框架-SmartRefreshLa
  6. MTK Android(安卓)G sensor 原理,配置,调试
  7. Android(安卓)declare-styleable:自定义控
  8. Android(安卓)最火框架XUtils之注解机制
  9. 上传多张图片到服务器
  10. Android(安卓)PreferenceActivity简单使