File tree Expand file tree Collapse file tree 2 files changed +4
-16
lines changed
Expand file tree Collapse file tree 2 files changed +4
-16
lines changed Original file line number Diff line number Diff line change 1616 -->
1717<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
1818 package =" com.example.androidthings.gattserver" >
19-
2019 <uses-permission android : name =" android.permission.BLUETOOTH" />
2120 <uses-permission android : name =" android.permission.BLUETOOTH_ADMIN" />
22-
23- <application
24- android : allowBackup =" true"
25- android : icon =" @android:drawable/sym_def_app_icon"
26- android : label =" @string/app_name"
27- android : theme =" @android:style/Theme.DeviceDefault.Light" >
21+ <application android : label =" @string/app_name" >
2822 <activity android : name =" .GattServerActivity" >
23+
2924 <!-- Launch as default from Android Studio -->
3025 <intent-filter >
3126 <action android : name =" android.intent.action.MAIN" />
4540-->
4641 </activity >
4742 </application >
48-
4943</manifest >
Original file line number Diff line number Diff line change 1616 -->
1717<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
1818 package =" com.example.androidthings.gattserver" >
19-
2019 <uses-permission android : name =" android.permission.BLUETOOTH" />
2120 <uses-permission android : name =" android.permission.BLUETOOTH_ADMIN" />
22-
23- <application
24- android : allowBackup =" true"
25- android : icon =" @android:drawable/sym_def_app_icon"
26- android : label =" @string/app_name"
27- android : theme =" @android:style/Theme.DeviceDefault.Light" >
21+ <application android : label =" @string/app_name" >
2822 <activity android : name =" .GattServerActivity" >
23+
2924 <!-- Launch as default from Android Studio -->
3025 <intent-filter >
3126 <action android : name =" android.intent.action.MAIN" />
4540-->
4641 </activity >
4742 </application >
48-
4943</manifest >
You can’t perform that action at this time.
0 commit comments