summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Choi <johnchoi@google.com>2018-11-07 16:45:22 -0800
committerJohn Choi <johnchoi@google.com>2018-11-07 16:49:29 -0800
commit0581eef64a87155be6029bceb514824eb8ce1c2f (patch)
tree4f5729604e1e9517789f6752b0d7d42543826272
parentf36e95107a80e2a8f2c93d1bdc0e2b505f2b4d34 (diff)
downloadLensPicker-0581eef64a87155be6029bceb514824eb8ce1c2f.tar.gz
Marking LensPicker Activities D.O.
Bug: 119063410 Test: Manual Change-Id: I941aa1a4f51b8cdb2333159c218ad061aa1b6317
-rw-r--r--AndroidManifest.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index a8766e4..2cfd841 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -33,7 +33,9 @@
android:resizeableActivity="true"
android:excludeFromRecents="true"
android:launchMode="singleTask"
- android:noHistory="true" />
+ android:noHistory="true">
+ <meta-data android:name="distractionOptimized" android:value="true"/>
+ </activity>
<activity android:name=".LensResolverActivity"
android:theme="@style/Theme.FloatingLensPicker"
@@ -41,7 +43,9 @@
android:resizeableActivity="true"
android:excludeFromRecents="true"
android:launchMode="singleTask"
- android:noHistory="true" />
+ android:noHistory="true">
+ <meta-data android:name="distractionOptimized" android:value="true"/>
+ </activity>
<activity android:name=".LensPickerTrampolineActivity"
android:theme="@style/Theme.FloatingLensPicker"
@@ -49,6 +53,7 @@
android:resizeableActivity="true"
android:excludeFromRecents="true"
android:noHistory="true" >
+ <meta-data android:name="distractionOptimized" android:value="true"/>
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />