fix 3185231: Dragging app to info button doesn't work
When dragging an app from all apps to the info button, it is currently showing an empty dialog.
This commit is contained in:
@@ -8,6 +8,7 @@ public class InstalledAppDetailsTop extends PreferenceActivity {
|
||||
public Intent getIntent() {
|
||||
Intent modIntent = new Intent(super.getIntent());
|
||||
modIntent.putExtra(EXTRA_SHOW_FRAGMENT, InstalledAppDetails.class.getName());
|
||||
modIntent.putExtra(EXTRA_NO_HEADERS, true);
|
||||
return modIntent;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user