mirror of
https://github.com/cwyark/ameba-sdk-gcc-make.git
synced 2026-07-11 08:55:37 +00:00
first commit and add gitignore, README.md
This commit is contained in:
commit
760756ba2c
1861 changed files with 709236 additions and 0 deletions
40
tools/wigadget/WiGadget/app/src/main/AndroidManifest.xml
Executable file
40
tools/wigadget/WiGadget/app/src/main/AndroidManifest.xml
Executable file
|
|
@ -0,0 +1,40 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.realtek.wigadget" >
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
|
||||
<uses-permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE" />
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/AppTheme" >
|
||||
|
||||
<activity
|
||||
android:name="com.realtek.wigadget.MainActivity"
|
||||
android:label="@string/app_name"
|
||||
android:configChanges="screenSize|orientation">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
android:name="com.realtek.wigadget.HTSensorActivity"
|
||||
android:label="H&T Sensor Readings"/>
|
||||
|
||||
<activity
|
||||
android:name="com.realtek.wigadget.RegisterFirebaseAccountActivity"
|
||||
android:label="Register Firebase"/>
|
||||
|
||||
<activity
|
||||
android:name="com.realtek.wigadget.SettingsActivity"
|
||||
android:label="Settings"/>
|
||||
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
Loading…
Add table
Add a link
Reference in a new issue