|
|
|
@ -1,7 +1,9 @@
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
|
|
|
xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
|
|
|
|
|
|
|
|
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
|
|
|
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
|
|
|
|
|
|
|
<uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/>
|
|
|
|
|
|
|
|
|
|
|
|
<uses-feature android:name="android.hardware.type.watch" />
|
|
|
|
<uses-feature android:name="android.hardware.type.watch" />
|
|
|
|
|
|
|
|
|
|
|
|
|