File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
common/src/main/java/com/microsoft/identity/common/adal/internal Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,8 @@ public String getDeviceIdleMode(@NonNull final Context context){
111111
112112 /**
113113 * Gets the Device Doze Mode Status.
114+ *
115+ * This is exposed to OneAuth.
114116 *
115117 * @param context The context to use for PowerManager.
116118 * @return a {@link DeviceDozeModeStatus}
@@ -177,6 +179,8 @@ public boolean isIgnoringBatteryOptimizations(final Context connectionContext) {
177179 * Caches the result in memory using computeIfAbsent for thread safety.
178180 * Returns a string indicating the result or exception type.
179181 *
182+ * This is exposed to OneAuth.
183+ *
180184 * @param packageName The package name to check.
181185 * @param context The context to use for PowerManager.
182186 * @return a {@link BatteryOptimizationStatus}
You can’t perform that action at this time.
0 commit comments