Index: webrtc/api/androidtests/src/org/webrtc/test/EmptyActivity.java |
diff --git a/webrtc/examples/objc/AppRTCMobile/ios/ARDStatsView.h b/webrtc/api/androidtests/src/org/webrtc/test/EmptyActivity.java |
similarity index 67% |
copy from webrtc/examples/objc/AppRTCMobile/ios/ARDStatsView.h |
copy to webrtc/api/androidtests/src/org/webrtc/test/EmptyActivity.java |
index 9c8636476ce6753b6ff18db676ac786c207cbe6a..dfea4eccce6d12ac8407970efe418c1bfa45acd9 100644 |
--- a/webrtc/examples/objc/AppRTCMobile/ios/ARDStatsView.h |
+++ b/webrtc/api/androidtests/src/org/webrtc/test/EmptyActivity.java |
@@ -1,5 +1,5 @@ |
/* |
- * Copyright 2015 The WebRTC Project Authors. All rights reserved. |
+ * Copyright 2016 The WebRTC Project Authors. All rights reserved. |
* |
* Use of this source code is governed by a BSD-style license |
* that can be found in the LICENSE file in the root of the source |
@@ -8,10 +8,8 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#import <UIKit/UIKit.h> |
+package org.webrtc.test; |
-@interface ARDStatsView : UIView |
+import android.app.Activity; |
-- (void)setStats:(NSArray *)stats; |
- |
-@end |
+public class EmptyActivity extends Activity {} |