teotestbluetooth / TestBLE / TestBLE.Android / obj / Debug / 110 / AndroidManifest.xml @ 60882b56
Historique | Voir | Annoter | Télécharger (3,263 ko)
1 | 3c62e059 | Martin Toutant | <?xml version="1.0" encoding="utf-8"?>
|
---|---|---|---|
2 | <!--
|
||
3 | This code was generated by a tool.
|
||
4 | It was generated from C:\csharp\TestBLE\TestBLE\TestBLE.Android\Properties\AndroidManifest.xml
|
||
5 | Changes to this file may cause incorrect behavior and will be lost if
|
||
6 | the contents are regenerated.
|
||
7 | -->
|
||
8 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.companyname.testble" android:installLocation="auto"> |
||
9 | <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30" /> |
||
10 | <uses-permission android:name="android.permission.INTERNET" /> |
||
11 | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
||
12 | <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |
||
13 | <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> |
||
14 | <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> |
||
15 | <uses-permission android:name="android.permission.BLUETOOTH" /> |
||
16 | <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" /> |
||
17 | <application android:label="TestBLE.Android" android:theme="@style/MainTheme" android:name="android.app.Application" android:allowBackup="true" android:icon="@mipmap/icon" android:debuggable="true" android:extractNativeLibs="true"> |
||
18 | <activity android:configChanges="orientation|smallestScreenSize|screenLayout|screenSize|uiMode" android:icon="@mipmap/icon" android:label="TestBLE" android:theme="@style/MainTheme" android:name="crc64dd3dfa8375338eba.MainActivity" android:exported="true"> |
||
19 | <intent-filter>
|
||
20 | <action android:name="android.intent.action.MAIN" /> |
||
21 | <category android:name="android.intent.category.LAUNCHER" /> |
||
22 | </intent-filter>
|
||
23 | </activity>
|
||
24 | <service android:name="crc64396a3fe5f8138e3f.KeepAliveService" /> |
||
25 | <receiver android:enabled="true" android:exported="false" android:label="Essentials Battery Broadcast Receiver" android:name="crc64a0e0a82d0db9a07d.BatteryBroadcastReceiver" /> |
||
26 | <receiver android:enabled="true" android:exported="false" android:label="Essentials Energy Saver Broadcast Receiver" android:name="crc64a0e0a82d0db9a07d.EnergySaverBroadcastReceiver" /> |
||
27 | <receiver android:enabled="true" android:exported="false" android:label="Essentials Connectivity Broadcast Receiver" android:name="crc64a0e0a82d0db9a07d.ConnectivityBroadcastReceiver" /> |
||
28 | <activity android:configChanges="orientation|screenSize" android:name="crc64a0e0a82d0db9a07d.IntermediateActivity" /> |
||
29 | <provider android:authorities="com.companyname.testble.fileProvider" android:exported="false" android:grantUriPermissions="true" android:name="xamarin.essentials.fileProvider"> |
||
30 | <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/xamarin_essentials_fileprovider_file_paths" /> |
||
31 | </provider>
|
||
32 | <activity android:configChanges="orientation|screenSize" android:name="crc64a0e0a82d0db9a07d.WebAuthenticatorIntermediateActivity" /> |
||
33 | <receiver android:enabled="true" android:exported="false" android:name="crc643f46942d9dd1fff9.PowerSaveModeBroadcastReceiver" /> |
||
34 | <provider android:name="mono.MonoRuntimeProvider" android:exported="false" android:initOrder="1999999999" android:authorities="com.companyname.testble.mono.MonoRuntimeProvider.__mono_init__" /> |
||
35 | </application>
|
||
36 | </manifest> |