- Events are obfuscated based on whether the app was instant or not at the time each event was logged. - UsageStats are obfuscated based on whether each app is instant or not at the moment. Bug 38202133 Test: Manual test using UsageStatsTest and instant apps Change-Id: I3c74309196b88d010d317cb0dd6749bf4624e876
8 lines
277 B
XML
8 lines
277 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:id="@+id/log"
|
|
android:title="View Log"/>
|
|
<item android:id="@+id/call_is_app_inactive"
|
|
android:title="Call isAppInactive()"/>
|
|
</menu>
|