aboutsummaryrefslogtreecommitdiff
path: root/sample/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sample/src/main/AndroidManifest.xml')
-rw-r--r--sample/src/main/AndroidManifest.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/sample/src/main/AndroidManifest.xml b/sample/src/main/AndroidManifest.xml
index 5e6eb4c..44d9416 100644
--- a/sample/src/main/AndroidManifest.xml
+++ b/sample/src/main/AndroidManifest.xml
@@ -2,6 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="ca.allanwang.kau.sample">
+ <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
+
<application
android:name=".SampleApp"
android:allowBackup="true"
@@ -13,7 +15,7 @@
<activity
android:name=".MainActivity"
android:label="@string/title_activity_main"
- android:theme="@style/AppTheme.NoActionBar">
+ android:theme="@style/AppTheme.NoActionBar.Transparent">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />