ValhallSW Member Licensed User Longtime User Mar 5, 2017 #1 Is there a way to deny rooted devices access to the B4A apps?
M MohammadNew Active Member Licensed User Longtime User Mar 6, 2017 #2 Put the code belw in Manifest SetActivityAttribute(Charts, android:screenOrientation, "landscape") Charts is name of Activity Upvote 0
Put the code belw in Manifest SetActivityAttribute(Charts, android:screenOrientation, "landscape") Charts is name of Activity
Erel B4X founder Staff member Licensed User Longtime User Mar 6, 2017 #3 There is no simple or very reliable way to detect rooted devices. You can try the suggestion posted here: https://www.b4x.com/android/forum/t...ed-or-not-programmatically.64912/#post-426541 Upvote 0
There is no simple or very reliable way to detect rooted devices. You can try the suggestion posted here: https://www.b4x.com/android/forum/t...ed-or-not-programmatically.64912/#post-426541