Merge "Modify meta parameters for remote adapter conversion" into udc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
faf6220ce5
@@ -337,7 +337,7 @@ public class RemoteViews implements Parcelable, Filter {
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
private static final int MAX_ADAPTER_CONVERSION_WAITING_TIME_MS = 2000;
|
||||
private static final int MAX_ADAPTER_CONVERSION_WAITING_TIME_MS = 5000;
|
||||
|
||||
/**
|
||||
* Application that hosts the remote views.
|
||||
|
||||
@@ -47,7 +47,7 @@ public abstract class RemoteViewsService extends Service {
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
private static final int MAX_NUM_ENTRY = 25;
|
||||
private static final int MAX_NUM_ENTRY = 10;
|
||||
|
||||
/**
|
||||
* An interface for an adapter between a remote collection view (ListView, GridView, etc) and
|
||||
|
||||
Reference in New Issue
Block a user