diff options
| author | 2019-04-25 20:19:30 +0000 | |
|---|---|---|
| committer | 2019-04-25 20:19:30 +0000 | |
| commit | 7e36009dd06d57ee12beefff2edb13a36b6ba4da (patch) | |
| tree | 6ff0f88cfb25f61e660c29bb0bed0378385e9122 /api | |
| parent | 07deba3ce10587361fc4f2eded65548b0f80a4fd (diff) | |
| parent | 60101c9f298e69ee2b5ee5f67943515aae79b187 (diff) | |
Merge "Make lifecycle events for bubble activity views report normally" into qt-dev
Diffstat (limited to 'api')
| -rw-r--r-- | api/test-current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/test-current.txt b/api/test-current.txt index 703e71be9050..39020b43109c 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -117,6 +117,7 @@ package android.app { method public void startActivity(@NonNull android.content.Intent); method public void startActivity(@NonNull android.content.Intent, android.os.UserHandle); method public void startActivity(@NonNull android.app.PendingIntent); + method public void startActivity(@NonNull android.app.PendingIntent, @NonNull android.app.ActivityOptions); } public abstract static class ActivityView.StateCallback { |