We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2727e42 commit 1d97763Copy full SHA for 1d97763
libs/SalesforceSDK/src/com/salesforce/androidsdk/security/ScreenLockManager.java
@@ -52,6 +52,17 @@ public class ScreenLockManager {
52
53
private long lastLockedTimestamp = 0;
54
55
+ /**
56
+ * Stores the mobile policy for the org upon user login.
57
+ *
58
+ * @param account the newly add account
59
+ * @param screenLockRequired if the account requires screen lock or not
60
61
+ * @deprecated Timeout is now required. This method will be removed in 11.0.
62
+ */
63
+ @Deprecated
64
+ public void storeMobilePolicy(UserAccount account, boolean screenLockRequired) { }
65
+
66
/**
67
* Stores the mobile policy for the org upon user login.
68
*
0 commit comments