Use the touch gestures
This commit is contained in:
parent
3dadb4a0ff
commit
c7162a2f8d
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user