|
@@ -3,24 +3,24 @@
|
|
|
*/
|
|
|
|
|
|
package com.edufound.mobile.util;
|
|
|
- import android.app.Activity;
|
|
|
- import android.content.Context;
|
|
|
- import android.content.Intent;
|
|
|
- import android.content.pm.PackageManager;
|
|
|
- import android.net.Uri;
|
|
|
- import android.os.Build;
|
|
|
- import android.os.Bundle;
|
|
|
- import androidx.annotation.NonNull;
|
|
|
- import androidx.annotation.Nullable;
|
|
|
- import androidx.annotation.RequiresApi;
|
|
|
- import androidx.core.content.ContextCompat;
|
|
|
-
|
|
|
- import java.util.ArrayList;
|
|
|
- import java.util.Arrays;
|
|
|
- import java.util.Collections;
|
|
|
- import java.util.LinkedHashSet;
|
|
|
- import java.util.List;
|
|
|
- import java.util.Set;
|
|
|
+import android.app.Activity;
|
|
|
+import android.content.Context;
|
|
|
+import android.content.Intent;
|
|
|
+import android.content.pm.PackageManager;
|
|
|
+import android.net.Uri;
|
|
|
+import android.os.Build;
|
|
|
+import android.os.Bundle;
|
|
|
+import android.support.annotation.NonNull;
|
|
|
+import android.support.annotation.Nullable;
|
|
|
+import android.support.annotation.RequiresApi;
|
|
|
+import android.support.v4.content.ContextCompat;
|
|
|
+
|
|
|
+import java.util.ArrayList;
|
|
|
+import java.util.Arrays;
|
|
|
+import java.util.Collections;
|
|
|
+import java.util.LinkedHashSet;
|
|
|
+import java.util.List;
|
|
|
+import java.util.Set;
|
|
|
|
|
|
|
|
|
* <pre>
|