mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-05 02:39:30 +02:00
Add isMonitoringTool declaration
This commit is contained in:
parent
ba39c7ff75
commit
625b186ed0
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@
|
||||||
<uses-feature android:name="android.hardware.nfc" android:required="false" />
|
<uses-feature android:name="android.hardware.nfc" android:required="false" />
|
||||||
<uses-feature android:name="android.hardware.usb.host" android:required="false" />
|
<uses-feature android:name="android.hardware.usb.host" android:required="false" />
|
||||||
|
|
||||||
|
<meta-data android:name="isMonitoringTool" android:value="child_monitoring" />
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:banner="@drawable/banner"
|
android:banner="@drawable/banner"
|
||||||
android:name=".Application"
|
android:name=".Application"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue