You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: OneSignalSDK/onesignal/src/main/java/com/onesignal/AndroidSupportV4Compat.java
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -33,17 +33,23 @@
33
33
importandroid.annotation.TargetApi;
34
34
importandroid.app.Activity;
35
35
importandroid.content.Context;
36
+
importandroid.content.pm.PackageManager;
36
37
importandroid.support.annotation.NonNull;
38
+
importandroid.util.Log;
37
39
38
40
// Designed as a compat for use of Android Support v4 revision 23.+ methods when an older revision of the library is included with the app developer's project.
0 commit comments