Skip to content

Commit

Permalink
Merge pull request #16 from wangtongli/v6-kitkat
Browse files Browse the repository at this point in the history
Fix res id in ResolverActivity
  • Loading branch information
mcming1989 committed Jun 18, 2015
2 parents 02d13b1 + 334150a commit 407683e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,7 @@
.line 669
iget-object v3, p0, Lcom/android/internal/app/ResolverActivity$ResolveListAdapter;->mInflater:Landroid/view/LayoutInflater;

const v4, 0x11030007
sget v4, Landroid/miui/R$layout;->resolve_list_item:I

const/4 v5, 0x0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
invoke-direct {p0}, Ljava/lang/Object;-><init>()V

.line 707
const v0, 0x1020014
sget v0, Landroid/R$id;->text1:I

invoke-virtual {p1, v0}, Landroid/view/View;->findViewById(I)Landroid/view/View;

Expand All @@ -43,7 +43,7 @@
iput-object v0, p0, Lcom/android/internal/app/ResolverActivity$ViewHolder;->text:Landroid/widget/TextView;

.line 708
const v0, 0x1020015
sget v0, Landroid/R$id;->text2:I

invoke-virtual {p1, v0}, Landroid/view/View;->findViewById(I)Landroid/view/View;

Expand All @@ -54,7 +54,7 @@
iput-object v0, p0, Lcom/android/internal/app/ResolverActivity$ViewHolder;->text2:Landroid/widget/TextView;

.line 709
const v0, 0x1020006
sget v0, Landroid/R$id;->icon:I

invoke-virtual {p1, v0}, Landroid/view/View;->findViewById(I)Landroid/view/View;

Expand Down
14 changes: 7 additions & 7 deletions overlay/smali/com/android/internal/app/ResolverActivity.smali
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
if-eqz v0, :cond_0

.line 110
const v8, 0x11070045
sget v8, Landroid/miui/R$string;->android_whichHomeApplication:I

.line 115
.local v8, "titleResource":I
Expand All @@ -381,7 +381,7 @@
.line 112
.end local v8 # "titleResource":I
:cond_0
const v8, 0x11070046
sget v8, Landroid/miui/R$string;->android_whichApplication:I

.restart local v8 # "titleResource":I
goto :goto_0
Expand Down Expand Up @@ -578,7 +578,7 @@

move-result-object v1

const v2, 0x11030008
sget v2, Landroid/miui/R$layout;->resolver_grid:I

const/4 v3, 0x0

Expand All @@ -591,7 +591,7 @@
.line 152
iget-object v1, v10, Lcom/android/internal/app/AlertController$AlertParams;->mView:Landroid/view/View;

const v2, 0x110b001a
sget v2, Landroid/miui/R$id;->resolver_grid:I

invoke-virtual {v1, v2}, Landroid/view/View;->findViewById(I)Landroid/view/View;

Expand Down Expand Up @@ -644,7 +644,7 @@
if-eqz p6, :cond_1

.line 175
const v1, 0x110b001c
sget v1, Landroid/miui/R$id;->always_option:I

invoke-virtual {p0, v1}, Lcom/android/internal/app/ResolverActivity;->findViewById(I)Landroid/view/View;

Expand Down Expand Up @@ -707,7 +707,7 @@

move-result-object v1

const v2, 0x11070047
sget v2, Landroid/miui/R$string;->android_noApplications:I

invoke-virtual {v1, v2}, Landroid/content/res/Resources;->getText(I)Ljava/lang/CharSequence;

Expand Down Expand Up @@ -1390,7 +1390,7 @@

.line 269
.local v0, "always":Z
const v2, 0x110b001c
sget v2, Landroid/miui/R$id;->always_option:I

invoke-virtual {p0, v2}, Lcom/android/internal/app/ResolverActivity;->findViewById(I)Landroid/view/View;

Expand Down

0 comments on commit 407683e

Please sign in to comment.