1
0
Fork 0

Use the touch gestures

master
dump_stack() 2020-02-23 13:31:10 +00:00
parent 3dadb4a0ff
commit c7162a2f8d
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,11 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<meta-data
android:name="com.google.android.glass.TouchEnabledApplication"
android:value="true" />
<activity android:name=".MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />