DatePicker tests fix.

This commit is contained in:
Nedyalko Nikolov
2016-03-30 15:19:31 +03:00
parent ec38f9f9b2
commit 5297fac2d1
2 changed files with 9 additions and 4 deletions

View File

@@ -518,6 +518,11 @@ declare module "application" {
* String value used when hooking to activityBackPressed event.
*/
public static activityBackPressedEvent: string;
/**
* String value used when hooking to requestPermissions event.
*/
public static activityRequestPermissionsEvent: string;
/**
* Register a BroadcastReceiver to be run in the main activity thread. The receiver will be called with any broadcast Intent that matches filter, in the main application thread.