Chromium Code Reviews| Index: chrome/android/webapk/shell_apk/AndroidManifest.xml |
| diff --git a/chrome/android/webapk/shell_apk/AndroidManifest.xml b/chrome/android/webapk/shell_apk/AndroidManifest.xml |
| index 1e40170fd1adb8663aedcdae3d0817fbc044bde5..5e49efff4273c5c2d7a17b324a5d316e8632e935 100644 |
| --- a/chrome/android/webapk/shell_apk/AndroidManifest.xml |
| +++ b/chrome/android/webapk/shell_apk/AndroidManifest.xml |
| @@ -31,6 +31,9 @@ |
| <data android:scheme="{{ scope_url_scheme }}" android:host="{{ scope_url_host }}" android:pathPrefix="{{ scope_url_path }}"></data> |
| </intent-filter> |
| </activity> |
| + <activity android:name="org.chromium.webapk.shell_apk.ShellActivity" |
| + android:theme="@android:style/Theme.Translucent.NoTitleBar"> |
|
Yaron
2017/03/29 14:07:33
android:exported=false so others can't use it
Xi Han
2017/03/29 15:16:43
Done.
|
| + </activity> |
| <activity android:name="org.chromium.webapk.shell_apk.NotificationSettingsLauncherActivity"> |
| <intent-filter> |
| <action android:name="android.intent.action.MAIN"/> |