You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
* Perform Oculus Platform entitlement checks
* Update build_targets.py and verify OVR platform initializes
* Add HaltActivity for shutting down
* Resolve merge conflict
* Add dialog to inform user application is shutting down due to lack of permission
* Add missing STORE_BUILD #ifdef
* Do not halt window if connection is not available
* Update entitlement check dialog text
Copy file name to clipboardExpand all lines: app/src/main/res/values/strings.xml
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -689,10 +689,14 @@
689
689
<!-- This string is displayed in the message of the notification message shown when the device loses internet connection. -->
690
690
<stringname="no_internet_message">Check your device configuration to fix the problem.</string>
691
691
692
-
693
692
<!-- This string is displayed in the message of the notification message shown when the user tries to open a new window and
694
693
it has already opened the maximum number of allowed windows. %1$s expands to a integer value that represent the maximum windows
695
694
that can be opened (initially 3) -->
696
695
<stringname="max_windows_message">You cannot have more than %1$s windows open at a time. Please close one before opening another.</string>
697
696
697
+
<!-- This string is displayed in the title of the alert dialog shown when the user does not have permission to run the application on the device. -->
698
+
<stringname="not_entitled_title">Unable To Run</string>
699
+
<!-- This string is displayed in the message body of the alert dialog shown when the user does not have permission to run the application on the device.
700
+
'%1$s' will be replace at runtime with the app's name. -->
701
+
<stringname="not_entitled_message">%1$s does not have permission to run on this device and will now exit.</string>
0 commit comments