D Dey Active Member Licensed User Longtime User Dec 11, 2017 #1 This mode is possible with visible StatusBar Thank you
Erel B4X founder Staff member Licensed User Longtime User Dec 12, 2017 #2 There is a method named setStatusBarDisabled: https://developer.android.com/refer...abled(android.content.ComponentName, boolean) (Android 6+) However I tried it here with: B4X: GetManager.RunMethod("setStatusBarDisabled", Array(GetAdminComponent, False)) And it doesn't do anything. There is no other option available. Upvote 0
There is a method named setStatusBarDisabled: https://developer.android.com/refer...abled(android.content.ComponentName, boolean) (Android 6+) However I tried it here with: B4X: GetManager.RunMethod("setStatusBarDisabled", Array(GetAdminComponent, False)) And it doesn't do anything. There is no other option available.
D Dey Active Member Licensed User Longtime User Dec 12, 2017 #3 Erel said: There is a method named setStatusBarDisabled: https://developer.android.com/reference/android/app/admin/DevicePolicyManager.html#setStatusBarDisabled(android.content.ComponentName, boolean) (Android 6+) However I tried it here with: B4X: GetManager.RunMethod("setStatusBarDisabled", Array(GetAdminComponent, False)) And it doesn't do anything. There is no other option available. Click to expand... Thanks for the reply Upvote 0
Erel said: There is a method named setStatusBarDisabled: https://developer.android.com/reference/android/app/admin/DevicePolicyManager.html#setStatusBarDisabled(android.content.ComponentName, boolean) (Android 6+) However I tried it here with: B4X: GetManager.RunMethod("setStatusBarDisabled", Array(GetAdminComponent, False)) And it doesn't do anything. There is no other option available. Click to expand... Thanks for the reply