Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Add application name to title of application details view
Browse files Browse the repository at this point in the history
Refs #777
  • Loading branch information
M66B committed Nov 18, 2013
1 parent 3a8e413 commit 9411d7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Changelog

* Move selecting accounts to allow to free version
* Move settings Android usage data / extra usage data to expert mode
* Add application name to title of application details view

**Version 1.10.18 TEST**

Expand Down
3 changes: 3 additions & 0 deletions src/biz/bokhorst/xprivacy/ActivityApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ public void onCreate(Bundle savedInstanceState) {
return;
}

// Set title
setTitle(String.format("%s - %s", getString(R.string.app_name), mAppInfo.getFirstApplicationName()));

// Handle info click
ImageView imgInfo = (ImageView) findViewById(R.id.imgInfo);
imgInfo.setOnClickListener(new View.OnClickListener() {
Expand Down

0 comments on commit 9411d7f

Please sign in to comment.