We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 683d985 commit cce5c85Copy full SHA for cce5c85
common/src/main/java/com/microsoft/identity/common/adal/internal/PowerManagerWrapper.java
@@ -147,7 +147,7 @@ public boolean isIgnoringBatteryOptimizations(final Context connectionContext) {
147
*
148
* @param packageName The package name to check.
149
* @param context The context to use for PowerManager.
150
- * @return "OptedOut" if the app is opted out, "NotOptedOut" if not, or exception type string.
+ * @return "OptOut" if the app is opted out, "NotOptOut" if not, or exception type string.
151
*/
152
public String isAppOptedOutFromBatteryOptimization(@NonNull final String packageName, @NonNull final Context context) {
153
final String methodTag = TAG + ":isAppOptedOutFromBatteryOptimization";
0 commit comments