13 lines
609 B
XML
Raw Normal View History

2023-07-10 17:50:31 +08:00
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2023-07-26 09:27:43 +08:00
package="com.example.star_lock"
xmlns:tools="http://schemas.android.com/tools">
2023-07-10 17:50:31 +08:00
<!-- The INTERNET permission is required for development. Specifically,
the Flutter tool needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission android:name="android.permission.READ_CONTACTS"/>
<uses-permission android:name="android.permission.WRITE_CONTACTS"/>
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>